Share via


IUserExtension.AliasLabelText Property

 

Gets the alias label text.

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

Syntax

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

Property Value

Type: System.String

Returns String.

See Also

IUserExtension Interface
Microsoft.WindowsServerSolutions.Common Namespace

Return to top