SecurityPermissionAttribute.RemotingConfiguration Property

Definition

Gets or sets a value indicating whether code can configure remoting types and channels.

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

Property Value

true if code can configure remoting types and channels; otherwise, false.

Applies to