[This is preliminary documentation and is subject to change.]
The unique identifier of this object.
It is used to set the name of the underlying .Net thread.
When displaying activity logging (if enabled) for this thread in a dialog,
the Identifier property is also used to uniquely identify logging from this
thread. Besides this, in a DicomThread, the Identifier may also be used
to create a unique results file name.
If this property is set, the calling code has to make sure that this Identifier
is unique.
If not set, the Name property is appended with a number to create a unique identifier.
| C# | Visual Basic | Visual C++ |
public string Identifier { get; set; }
Public Property Identifier As String
public: property String^ Identifier { String^ get (); void set (String^ value); }