←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 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom Assembly