Visual Basic (Declaration) | |
---|---|
Public ReadOnly Property InformationCommand As DicomCommandType |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As DicomDataSet Dim value As DicomCommandType value = instance.InformationCommand |
C# | |
---|---|
public DicomCommandType InformationCommand {get;} |
C++/CLI | |
---|---|
public: property DicomCommandType InformationCommand { DicomCommandType get(); } |
Property 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: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)