EnableComment Property
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Gets a value indicating whether UpmMembershipUser supports storing a comment for the user.
Namespace: Microsoft.CommerceServer.Runtime.Profiles
Assembly: Microsoft.CommerceServer.Runtime (in Microsoft.CommerceServer.Runtime.dll)
Syntax
'Declaration
Public ReadOnly Property EnableComment As Boolean
'Usage
Dim instance As UpmMembershipSettings
Dim value As Boolean
value = instance.EnableComment
public bool EnableComment { get; }
public:
property bool EnableComment {
bool get ();
}
public function get EnableComment () : boolean
Property Value
Type: System..::.Boolean
true to indicate that the provider supports storing a comment; otherwise, false.
Remarks
Returns a value indicating whether or not UpmMembershipUser supports storing a comment for the user. Returns true to indicate that the provider supports storing a comment. Returns false to indicate that the provider does not support storing a comment.
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.