Container.GetProperty(String) Method (Microsoft.DirectX.Diagnostics)
Property with the specified name.
Definition
Visual Basic Public Function GetProperty( _
ByVal name As String _
) As PropertyDataC# public PropertyData GetProperty(
string name
);C++ public:
PropertyData GetProperty(
String^ name
);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.
.gif)