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 preprocessor name.
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
String that represents the preprocessor name.This property is read/write.
.gif)