IPropertyValue.Type Property

Definition

Returns the type stored in the property value.

public:
 property PropertyType Type { PropertyType get(); };
PropertyType Type();
public PropertyType Type { get; }
var propertyType = iPropertyValue.type;
Public ReadOnly Property Type As PropertyType

Property Value

The type stored in the property value.

Applies to