public virtual string Name {get; set;}
public virtual string Name {get; set;}
@property (nonatomic,copy) NSString* name;
public String getName() public void setName(String name)
get_Name();
set_Name(value);
Object.defineProperty('Name');
This is the name of the annotation object with which this automation object is associated. This value can be used by the application to display the name of the object in the user interface.
For an example, refer to FindObjectById.