AuthenticationRequestAccountIdentifier Property |
The identifier of the account that should be authenticated.
Namespace:
MFiles.VAF.Configuration.Domain
Assembly:
MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 21.8.10524.1
Syntaxpublic string AccountIdentifier { get; set; }
Public Property AccountIdentifier As String
Get
Set
public:
property String^ AccountIdentifier {
String^ get ();
void set (String^ value);
}
Property Value
Type:
String
See Also