| Visual Basic (Declaration) | |
|---|---|
Public ReadOnly Property InformationCommand As DicomCommandType | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public DicomCommandType InformationCommand {get;} | |
| C++/CLI | |
|---|---|
public: property DicomCommandType InformationCommand { DicomCommandType get(); } | |
Return Value
The command associated with the Command Set.For an example, refer to InitializeCommandSet.
A Command Set is a special type of Data Set. Therefore, to create a Command Set,
create a Data Set by instantiating DicomDataSet, and then initialize
it by calling InitializeCommandSet method.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
Copy Code