AllowAnonymous Property

Summary

Gets or sets a value indicating whether to allow anonymous connections.

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

Property Value

true if allow anonymous connections; otherwise, false.

Requirements

Target Platforms

Help Version 20.0.2020.5.27
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.AddIn Assembly