Share via


IUserExtension2.UserPropertiesTabDataLoadingString Property

 

Gets the description when GetUserPropertiesAsync is running.

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

Syntax

string UserPropertiesTabDataLoadingString { get; }
property String^ UserPropertiesTabDataLoadingString {
    String^ get();
}
ReadOnly Property UserPropertiesTabDataLoadingString 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