Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 String^ Creator {
String^ get();
void set(String^ value);
}JScript public function get Creator() : String
public function set Creator(String);
Property Value
System.String
A Stringobject that contains the name of the constant table creator.
This property is read/write.
.gif)