Share via


SoundPermissionAttribute.UseCapture Property (Microsoft.DirectX.Security.Permissions)

Gets or sets the type of access.

Definition

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

Property Value

System.Boolean

This property is read/write.