public bool EnableRemoteDesktop { get; set; }
Public Property EnableRemoteDesktop As Boolean
Get
Set
public:
property bool EnableRemoteDesktop {
bool get ();
void set (bool value);
}
member EnableRemoteDesktop : bool with get, set
If this property is , remote desktop will be enabled, and a firewall rule will be created to allow remote desktop connections. This will automatically give all members of the Administrators group remote access to the machine.