public bool IsRequestCommand {get;}
public bool IsRequestCommand {get;}
public boolean getIsRequestCommand()
public:
property bool IsRequestCommand {
bool get();
}
'Declaration
Public ReadOnly Property IsRequestCommand As Boolean
'Usage
Dim instance As DicomDataSet
Dim value As Boolean
value = instance.IsRequestCommand
Property Value
true if the Command Set is a request; false if the Command Set is a response.