Share via


Semantic.Usage Property (Microsoft.DirectX.Direct3D)

Retrieves or sets options that identify how resources are used.

Definition

Visual Basic Public Property Usage As Integer
C# public int Usage { get; set; }
C++ public:
property int Usage {
        int get();
        void set(int value);
}
JScript public function get Usage() : int
public function set Usage(int);

Property Value

System.Int32
Integer that represents a value from the Usage enumeration that specifies how resources are used.

This property is read/write.