Container.GetProperty(String) Method (Microsoft.DirectX.Diagnostics)

Property with the specified name.

Definition

Visual Basic Public Function GetProperty( _
    ByVal name As String _
) As PropertyData
C# public PropertyData GetProperty(
    string name
);
C++ public:
PropertyData GetProperty(
    StringLeave Sitename
);
JScript public function GetProperty(
    name : String
) : PropertyData;

Parameters

name System.String
String that represents the name of the property to retrieve.

Return Value

Microsoft.DirectX.Diagnostics.PropertyData
Requested PropertyData object.