Name Property (DefinedName)
In This Topic
The name of the defined name item.
Syntax
'Declaration
<System.ComponentModel.DefaultValueAttribute("")>
Public Property Name As System.String
'Usage
Dim instance As DefinedName
Dim value As System.String
instance.Name = value
value = instance.Name
[System.ComponentModel.DefaultValue("")]
public System.string Name {get; set;}
public read-write property Name: System.String;
System.ComponentModel.DefaultValueAttribute("")
public function get,set Name : System.String
[System.ComponentModel.DefaultValue("")]
public: __property System.string* get_Name();
public: __property void set_Name(
System.string* value
);
[System.ComponentModel.DefaultValue("")]
public:
property System.String^ Name {
System.String^ get();
void set ( System.String^ value);
}
See Also