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