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