Share via


Macro.Definition Property (Microsoft.DirectX.Direct3D)

Retrieves or sets the definition name.

Definition

Visual Basic Public Property Definition As String
C# public string Definition { get; set; }
C++ public:
property StringLeave Site^ Definition {
        StringLeave Site^ get();
        void set(StringLeave Sitevalue);
}
JScript public function get Definition() : String
public function set Definition(String);

Property Value

System.String
String that represents the definition name.

This property is read/write.