Share via


PatchInformation.PatchType Property (Microsoft.DirectX.Direct3D)

Retrieves or sets the patch type.

Definition

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

Property Value

Microsoft.DirectX.Direct3D.PatchType
Value of the PatchType enumeration to set or retrieve.

This property is read/write.