Share via


IUserExtension2.UserPropertiesTabButtonAddString Property

 

Gets the description displayed for the Add button on the User Extension Properties tab..

Namespace:   Microsoft.WindowsServerSolutions.Common
Assembly:  MiscUtil (in MiscUtil.dll)

Syntax

string UserPropertiesTabButtonAddString { get; }
property String^ UserPropertiesTabButtonAddString {
    String^ get();
}
ReadOnly Property UserPropertiesTabButtonAddString As String

Property Value

Type: System.String

The string of the Add button.

See Also

IUserExtension2 Interface
Microsoft.WindowsServerSolutions.Common Namespace

Return to top