[This is preliminary documentation and is subject to change.]
CommandSet. The DicomMessage consists of a mandatory CommandSet and an optional DataSet.
| C# | Visual Basic | Visual C++ |
public CommandSet CommandSet { get; set; }
Public Property CommandSet As CommandSet
public: property CommandSet^ CommandSet { CommandSet^ get (); void set (CommandSet^ value); }
| Exception | Condition |
|---|---|
| ArgumentNullException | Argument is a nullNothingnullptr reference. |