PropertyDescription.Index Property

Language:

Retrieves or sets the index of the property.

Definition

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

Property Value

System.String
String that represents the index of the property to set or retrieve.

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