Share via


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

Gets or sets the type of access.

Definition

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

Property Value

System.Boolean

This property is read/write.