Type Property

For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.

Gets the profile property data type.

Namespace:  Microsoft.CommerceServer.Runtime.Profiles
Assembly:  Microsoft.CommerceServer.Runtime (in Microsoft.CommerceServer.Runtime.dll)

Syntax

'Declaration
Public ReadOnly Property Type As ProfileDataType
'Usage
Dim instance As ProfileProperty
Dim value As ProfileDataType

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

Property Value

Type: Microsoft.CommerceServer.Runtime.Profiles..::.ProfileDataType
The profile property data type

Remarks

Retrieves the ProfileDataType property data type.

Permissions

See Also

Reference

ProfileProperty Class

ProfileProperty Members

Microsoft.CommerceServer.Runtime.Profiles Namespace