AddInOptions Property

Summary
Gets the options provided by the installed add-ins.
Syntax
C#
VB
C++
public List<IAddInOptions> AddInOptions { get; } 
Public ReadOnly Property AddInOptions As List(Of IAddInOptions) 
public: 
property List<IAddInOptions^>^ AddInOptions { 
   List<IAddInOptions^>^ get(); 
} 

Property Value

The list of provided options.

Example

For an example refer to ServiceAdministrator.Initialize

Requirements

Target Platforms

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

Leadtools.Dicom.Server.Admin Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.