Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Gets the property name to be used as the logon name.
Namespace: Microsoft.CommerceServer.Runtime.Profiles
Assembly: Microsoft.CommerceServer.Runtime (in Microsoft.CommerceServer.Runtime.dll)
Syntax
'Declaration
Public ReadOnly Property LogonNamePropertyName As String
'Usage
Dim instance As UpmMembershipSettings
Dim value As String
value = instance.LogonNamePropertyName
public string LogonNamePropertyName { get; }
public:
property String^ LogonNamePropertyName {
String^ get ();
}
public function get LogonNamePropertyName () : String
Property Value
Type: System..::.String
The property name to be used as the logon name.
Remarks
Returns the property name to be used as the logon name.
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.