Name¶
-
string INamed.Name { get; set; }¶
Gets or sets the name of the entity.
- Value
string – Name of the entity.
- Throws
InvalidArgumentException
– Name string does not follow naming rules.UnsupportedException
– Changing name not supported.OutOfResourcesException
– Out of memory while trying to store string.CommunicationErrorException
– Protocol error.ConnectionLostException
– Connection to controller lost.RebootedException
– Controller has been rebooted since this object reference was retrieved, invalidating this reference.System.ObjectDisposedException
– Object is disposed (only applicable if entity is disposable).