ParameterDescription.Name Property (Microsoft.DirectX.Direct3D)

Retrieves the name of the parameter.

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 parameter name.

This property is read-only.