Gets or sets the authentication logon name.
[ColumnAttribute(DbType="NVarChar(100) NOT NULL",
IsPrimaryKey=true,
CanBeNull=false,
Storage="_LogonName")]
public string LogonName {get; set;}
'Declaration
<ColumnAttribute(DbType="NVarChar(100) NOT NULL",
IsPrimaryKey=True,
CanBeNull=False,
Storage="_LogonName")>
Public Property LogonName As String
'Usage
Dim instance As AuthenticationData
Dim value As String
instance.LogonName = value
value = instance.LogonName
[ColumnAttribute(DbType="NVarChar(100) NOT NULL",
IsPrimaryKey=true,
CanBeNull=false,
Storage="_LogonName")]
public:
property String^ LogonName {
String^ get();
void set ( String^ value);
}
Property Value
The authentication logon name.