IUserExtension2.UserPropertiesTabEmailAddressesString Property
Gets the description displayed for the Email Address button on the User Extension Properties tab.
Namespace: Microsoft.WindowsServerSolutions.Common
Assembly: MiscUtil (in MiscUtil.dll)
Syntax
string UserPropertiesTabEmailAddressesString { get; }
property String^ UserPropertiesTabEmailAddressesString {
String^ get();
}
ReadOnly Property UserPropertiesTabEmailAddressesString As String
Property Value
Type: System.String
The description of the Email Address button.
See Also
IUserExtension2 Interface
Microsoft.WindowsServerSolutions.Common Namespace
Return to top