EffectDefault.ParameterName Property

Language:

Retrieves or sets the parameter name.

Definition

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

Property Value

System.String
A String Leave Site object that contains the name of the parameter.

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