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