←Select platform

IsRequestCommand Property

Summary

Gets or sets a value indicating whether the Command Set is a request or a response.

Syntax

C#
VB
Java
WinRT C#
C++
public bool IsRequestCommand { get; } 
Public ReadOnly Property IsRequestCommand As Boolean 
public bool IsRequestCommand {get;} 
public boolean getIsRequestCommand() 
 get_IsRequestCommand();  
public: 
property bool IsRequestCommand { 
   bool get(); 
} 

Property Value

true if the Command Set is a request; false if the Command Set is a response.

Example

For an example, refer to InitializeCommandSet.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom Assembly