Guid Property

Summary
Gets or sets a string value containing the GUID that uniquely identifies this external store add-in.
Syntax
C#
VB
C++
public abstract string Guid { get; set; } 
  
Public MustOverride Property Guid As String 
public: 
abstract property String^ Guid { 
   String^ get(); 
   void set (    String^ ); 
} 

Property Value

string value containing the GUID that uniquely identifies this external store add-in

Remarks

This GUID, together with a store token, uniquely specifies how to retrieve, update, or delete a file on any external store. 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

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

Leadtools.Dicom.AddIn Assembly

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