IUserExtensionProperties.IsShownInRemoteAccess Property
Gets or sets a boolean value indicating whether the user extension is shown in Remote Access.
Namespace: Microsoft.WindowsServerSolutions.Common
Assembly: MiscUtil (in MiscUtil.dll)
Syntax
bool IsShownInRemoteAccess { get; set; }
property bool IsShownInRemoteAccess {
bool get();
void set(bool value);
}
Property IsShownInRemoteAccess As Boolean
Property Value
Type: System.Boolean
Returns Boolean.
See Also
IUserExtensionProperties Interface
Microsoft.WindowsServerSolutions.Common Namespace
Return to top