Share via


PropertyClass.PropertyType Property

Gets the type of the property.

Namespace:  Microsoft.Data.Schema.SchemaModel
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Syntax

'Declaration
Public ReadOnly Property PropertyType As Type
'Usage
Dim instance As PropertyClass 
Dim value As Type 

value = instance.PropertyType
public Type PropertyType { get; }
public:
property Type^ PropertyType {
    Type^ get ();
}
public function get PropertyType () : Type

Property Value

Type: System.Type

.NET Framework Security

See Also

Reference

PropertyClass Class

PropertyClass Members

Microsoft.Data.Schema.SchemaModel Namespace