Namespaces.EmailNameIdentifierFormat Property
Gets or sets the format of the e-mail name identifier.
Namespace: System.Web.Security.SingleSignOn
Assembly: System.Web.Security.SingleSignOn (in System.Web.Security.SingleSignOn.dll)
Syntax
public string EmailNameIdentifierFormat { get; set; }
public:
property String^ EmailNameIdentifierFormat {
String^ get();
void set(String^ value);
}
member EmailNameIdentifierFormat : string with get, set
Public Property EmailNameIdentifierFormat As String
Property Value
Type: System.String
The format of the e-mail name identifier.
See Also
Namespaces Class
System.Web.Security.SingleSignOn Namespace
Return to top