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

속성 값

Boolean

코드가 원격 형식 및 채널을 구성할 수 있으면true 이고, 구성할 수 없으면 false입니다.

적용 대상