Share via


IUserExtension2.UserPropertiesTabButtonDeleteString Property

 

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

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

Syntax

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

Property Value

Type: System.String

The string of the Delete button.

See Also

IUserExtension2 Interface
Microsoft.WindowsServerSolutions.Common Namespace

Return to top