Share via


PropertyData.Name Property (Microsoft.DirectX.Diagnostics)

Retrieves the name of the Data associated with the current object.

Definition

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

Property Value

System.String
String that contains the name of the Data.

This property is read-only.