ConstantTableDescription.Creator Property (Microsoft.DirectX.Direct3D)

Retrieves or sets the name of the constant table creator.

Definition

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

Property Value

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

This property is read/write.