Share via


EffectDescription.Creator Property (Microsoft.DirectX.Direct3D)

Retrieves the name of the effect creator.

Definition

Visual Basic Public ReadOnly Property Creator As String
C# public string Creator { get; }
C++ public:
property StringLeave Site^ Creator {
        StringLeave Site^ get();
}
JScript public function get Creator() : String

Property Value

System.String
A StringLeave Site object that contains the name of the effect creator.

This property is read-only.