IPropertyValue.Type Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.