 | CAEXObjectID Property |
Gets and sets a unique identifier of the CAEX object (optional in CAEX). AutomationML requires IDs for some
Elements.
These IDs are automatically set when such elements are created.
Namespace: Aml.Engine.CAEXAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntaxpublic string ID { get; set; }
Public Property ID As String
Get
Set
public:
virtual property String^ ID {
String^ get () sealed;
void set (String^ value) sealed;
}
Property Value
StringImplements
ICAEXObjectID
See Also