SecurityPermissionAttribute.RemotingConfiguration プロパティ

定義

コードがリモート処理の型とチャネルを構成できるかどうかを示す値を取得または設定します。

public:
 property bool RemotingConfiguration { bool get(); void set(bool value); };
public bool RemotingConfiguration { get; set; }
member this.RemotingConfiguration : bool with get, set
Public Property RemotingConfiguration As Boolean

プロパティ値

コードがリモート処理の型とチャネルを構成できる場合は true。それ以外の場合は false

適用対象