Macro.Definition Property

Language:

Retrieves or sets the definition name.

Definition

Visual Basic Public Property Definition As String
C# public string Definition { get; set; }
C++ public:
property String^ Definition {
        String^ get();
        void set(Stringvalue);
}
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. 

Send comments about this topic to Microsoft. © Microsoft Corporation. All rights reserved.

Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center