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 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Server.Admin Assembly