←Select platform

AddInOptions Property

Summary

Gets the options provided by the installed addins.

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

Leadtools.Dicom.Server.Admin Assembly