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.
Definition
Visual Basic Public Property Name As String C# public string Name { get; set; } C++ public:
property String^ Name {
String^ get();
void set(String^ value);
}JScript public function get Name() : String
public function set Name(String);
Property Value
System.String
A Stringobject that contains the name of the constant.
This property is read/write.
.gif)