←Select platform

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Scu Assembly