Share via


NetworkPermissionAttribute.Host Property (Microsoft.DirectX.Security.Permissions)

Gets or sets the type of access.

Definition

Visual Basic Public Property Host As Boolean
C# public bool Host { get; set; }
C++ public:
property bool Host {
        bool get();
        void set(bool value);
}
JScript public function get Host() : boolean
public function set Host(boolean);

Property Value

System.Boolean

This property is read/write.