Result Property

Summary

Gets or sets the result.

Syntax
C#
VB
C++
public Nullable<DicomAssociateRejectResultType> Result { get; set; } 
  
Public Property Result As Nullable(Of DicomAssociateRejectResultType) 
public: 
property Nullable<DicomAssociateRejectResultType> Result { 
   Nullable<DicomAssociateRejectResultType> get(); 
   void set (    Nullable<DicomAssociateRejectResultType> ); 
} 

Property Value

A Leadtools.Dicom.DicomAssociateRejectResultType object that represents the result of an associate request.

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.Scu Assembly