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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.