IUserExtension2.ActivateUserTaskContextString Property
Gets the displayed message when a user's extension is activated.
Namespace: Microsoft.WindowsServerSolutions.Common
Assembly: MiscUtil (in MiscUtil.dll)
Syntax
string ActivateUserTaskContextString { get; }
property String^ ActivateUserTaskContextString {
String^ get();
}
ReadOnly Property ActivateUserTaskContextString 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