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 String^ Creator {
String^ get();
}JScript public function get Creator() : String
Property Value
System.String
A String object that contains the name of the effect creator.This property is read-only.