←Select platform

IsRequest Property

Summary

Gets or sets a value indicating whether the DICOM Associate is an Associate Request or an Associate Accept.

Syntax

C#
VB
C++
public bool IsRequest { get; set; } 
Public Property IsRequest As Boolean 
public: 
property bool IsRequest { 
   bool get(); 
   void set (    bool value); 
} 

Property Value

true to set the DICOM Associate to an Associate Request; false to set the DICOM Associate to an Associate Accept.

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