C#
VB
C++
Java
Gets or sets a value indicating whether the Command Set is a request or a response.
public bool IsRequestCommand { get; }
Public ReadOnly Property IsRequestCommand As Boolean
public boolean getIsRequestCommand()
public:
property bool IsRequestCommand {
bool get();
}
true if the Command Set is a request; false if the Command Set is a response.