←Select platform

ExternalStoreGuid Property

Summary

Gets a string representing the GUID (globally unique identifier) associated with this external store add-in

Syntax

C#
VB
C++
public string ExternalStoreGuid { get; } 
  
ReadOnly Property ExternalStoreGuid As String 
property String^ ExternalStoreGuid { 
   String^ get(); 
} 

Property Value

the GUID associated with this external store add-in

Remarks

Every external store add-in should have a distinct ExternalStoreGuid For an example, see the Leadtools.Medical.ExternalStore.Sample.Addin demo located here: <INSTALLDIR>\Examples\PACSFramework\CS\Sample AddIns\Leadtools.Medical.ExternalStore.Sample.Addin

Requirements

Target Platforms

See Also

Reference

ICrud Interface

ICrud Members

Help Version 19.0.2017.10.28
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.AddIn Assembly