Partager via


IUserExtension2.ActivateUserTaskInProgressMessage Property

 

Gets the displayed message in the progress window when a user's extension is being activated.

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

Syntax

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