←Select platform

Guid Property

Summary

Gets or sets a string value containing the GUID that uniquely identifies this external store addin.

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 addin

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

Leadtools.Dicom.AddIn Assembly