Profile Property
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Gets the Commerce Server Profile object representing this user.
Namespace: Microsoft.CommerceServer.Runtime.Profiles
Assembly: Microsoft.CommerceServer.Runtime (in Microsoft.CommerceServer.Runtime.dll)
Syntax
'Declaration
Protected ReadOnly Property Profile As Profile
'Usage
Dim value As Profile
value = Me.Profile
protected Profile Profile { get; }
protected:
property Profile^ Profile {
Profile^ get ();
}
protected function get Profile () : Profile
Property Value
Type: Microsoft.CommerceServer.Runtime.Profiles..::.Profile
The Profile object representing this user.
Remarks
Returns the Commerce Server Profile object representing this user.
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.