Windward Engine API Reference
PropType Property
See Also  Send comments on this topic.
WindwardReportsDrivers.net.windward.AccessProviders Namespace > BaseFullAccessProvider.PropertyInfo Class : PropType Property




Glossary Item Box

The type for the value. While the connection string is all text, if this is Int32 for example, then the string for the value for this needs to be in the form "123".

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property PropType As Type
Visual Basic (Usage)Copy Code
Dim instance As BaseFullAccessProvider.PropertyInfo
Dim value As Type
 
value = instance.PropType
C# 
public Type PropType {get;}
Managed Extensions for C++ 
public: __property Type* get_PropType();
C++/CLI 
public:
property Type^ PropType {
   Type^ get();
}

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP, Windows Vista, Windows Server 2003 family

See Also

© 2019 All Rights Reserved.