InputPermissionAttribute.Use Property (Microsoft.DirectX.Security.Permissions)
Gets or sets the type of access.
Definition
Visual Basic Public Property Use As Boolean C# public bool Use { get; set; } C++ public:
property bool Use {
bool get();
void set(bool value);
}JScript public function get Use() : boolean
public function set Use(boolean);
Property Value
This property is read/write.