C#
VB
C++
public bool IsRequest { get; set; }
Public Property IsRequest As Boolean
public:
property bool IsRequest {
bool get();
void set ( bool value);
}
true to set the DICOM Associate to an Associate Request; false to set the DICOM Associate to an Associate Accept.