API Reference
Class
RdpPolicyWriter
Writes RDP policy settings to the local machine registry.
Inheritance
- Object
- RdpPolicyWriter
Methods
public static Boolean Set(String computerName, RdpPolicyState desired) #Returns:
BooleanSets RDP policy values on the local computer.
Parameters
- computerName System.String
- Target host; only local writes are supported.
- desired ComputerX.Rdp.RdpPolicyState
- Desired policy values to apply.
Returns
True when all writes succeeded.
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object