Share via


PropertyDescription.Bytes Property (Microsoft.DirectX.Direct3D)

Retrieves or sets the size of the property, in bytes.

Definition

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

Property Value

System.Int32
Integer that represents the property size to set or retrieve.

This property is read/write.