次の方法で共有


RemoteSupportSettings クラス

定義

リモート サポート設定が変更されている RemoteApplicationType

public class RemoteSupportSettings
type RemoteSupportSettings = class
Public Class RemoteSupportSettings
継承
RemoteSupportSettings

コンストラクター

RemoteSupportSettings()

RemoteSupportSettings クラスの新しいインスタンスを初期化します。

RemoteSupportSettings(String, String, Nullable<DateTime>)

RemoteSupportSettings クラスの新しいインスタンスを初期化します。

プロパティ

AccessLevel

このリモート アプリケーションの種類に対して許可されるアクセス レベルを取得または設定します。 使用できる値は、'None'、'ReadOnly'、'ReadWrite'、'FullAccess' です。

ExpirationTimeStampInUTC

有効期限のタイムスタンプを取得または設定します

RemoteApplicationType

リモート アプリケーションの種類を取得または設定します。 使用できる値は、'Powershell'、'WAC'、'LocalUI'、'AllApplications' です。

適用対象