EffectInstance.EffectFilename Property (Microsoft.DirectX.Direct3D)

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 StringLeave Site^ EffectFilename {
        StringLeave Site^ get();
        void set(StringLeave Sitevalue);
}
JScript public function get EffectFilename() : String
public function set EffectFilename(String);

Property Value

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

This property is read/write.