Share via


IUserExtension.UserPropertiesTabRemoteAccessIntegrationText Property

 

Gets the text displayed for the RemoteAccess integration option in the User Extension Properties tab page.

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

Syntax

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

Property Value

Type: System.String

Returns String.

See Also

IUserExtension Interface
Microsoft.WindowsServerSolutions.Common Namespace

Return to top