PropertyType Property

Gets or sets the type of the property.

Namespace:  Microsoft.Dynamics.Commerce.Runtime.DataModel
Assembly:  Microsoft.Dynamics.Commerce.Runtime (in Microsoft.Dynamics.Commerce.Runtime.dll)

Syntax

'Declaration
Public Property PropertyType As ListingPropertyType
    Get
    Set
'Usage
Dim instance As ListingProperty
Dim value As ListingPropertyType

value = instance.PropertyType

instance.PropertyType = value
public ListingPropertyType PropertyType { get; set; }
public:
property ListingPropertyType PropertyType {
    ListingPropertyType get ();
    void set (ListingPropertyType value);
}

Property Value

Type: Microsoft.Dynamics.Commerce.Runtime.DataModel.ListingPropertyType
The type of the property.

See Also

Reference

ListingProperty Class

Microsoft.Dynamics.Commerce.Runtime.DataModel Namespace