DVTk API
Identifier Property
DVTkDvtkHighLevelInterface.Common.ThreadsThreadOptionsIdentifier
DVTk API

[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.
Declaration Syntax
C#Visual BasicVisual C++
public string Identifier { get; set; }
Public Property Identifier As String
public:
property String^ Identifier {
	String^ get ();
	void set (String^ value);
}

Assembly: DvtkHighLevelInterface (Module: DvtkHighLevelInterface) Version: 0.0.0.0