FsInformationData.fsDomainAccount Property
Gets or sets the Federation Server Domain Account.
Namespace: System.Web.Security.SingleSignOn
Assembly: System.Web.Security.SingleSignOn (in System.Web.Security.SingleSignOn.dll)
Syntax
public string fsDomainAccount { get; set; }
public:
property String^ fsDomainAccount {
String^ get();
void set(String^ value);
}
member fsDomainAccount : string with get, set
Public Property fsDomainAccount As String
Property Value
Type: System.String
The Federation Server Domain Account.
See Also
FsInformationData Class
System.Web.Security.SingleSignOn Namespace
Return to top