RemoteSupportSettings Class

Definition

RemoteApplicationType for which remote support settings is being modified

public class RemoteSupportSettings
type RemoteSupportSettings = class
Public Class RemoteSupportSettings
Inheritance
RemoteSupportSettings

Constructors

RemoteSupportSettings()

Initializes a new instance of the RemoteSupportSettings class.

RemoteSupportSettings(String, String, Nullable<DateTime>)

Initializes a new instance of the RemoteSupportSettings class.

Properties

AccessLevel

Gets or sets access level allowed for this remote application type. Possible values include: 'None', 'ReadOnly', 'ReadWrite', 'FullAccess'

ExpirationTimeStampInUTC

Gets or sets expiration time stamp

RemoteApplicationType

Gets or sets remote application type. Possible values include: 'Powershell', 'WAC', 'LocalUI', 'AllApplications'

Applies to