IUserExtension.UserPropertiesTabHeading Property
Gets the text displayed as the heading of User Extension Properties tab page.
Namespace: Microsoft.WindowsServerSolutions.Common
Assembly: MiscUtil (in MiscUtil.dll)
Syntax
string UserPropertiesTabHeading { get; }
property String^ UserPropertiesTabHeading {
String^ get();
}
ReadOnly Property UserPropertiesTabHeading As String
Property Value
Type: System.String
Returns String.
See Also
IUserExtension Interface
Microsoft.WindowsServerSolutions.Common Namespace
Return to top