EffectInstance.EffectFilename Property

Language:

Retrieves or sets the name of the effect file.

Definition

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

Property Value

System.String
A String Leave Site instance that contains the name of the effect file.

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