Share via


IUserExtension2.UserPropertiesTabDataRefreshButtonString Property

 

Gets the refresh button description on the User Extension Properties failure page.

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

Syntax

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

Property Value

Type: System.String

Returns String.

Remarks

This is only available on Small Business Server 2011 Essentials.

See Also

IUserExtension2 Interface
Microsoft.WindowsServerSolutions.Common Namespace

Return to top