Guid Property

Summary
Gets or sets a string value containing the GUID that uniquely identifies this external store add-in.
Syntax
C#
C++/CLI
public abstract string Guid { get; set; } 
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 a demo, refer to Leadtools.Medical.ExternalStore.Sample.Addin located here: <INSTALLDIR>\Examples\Medical\DotNet\SampleAddIns\Medical.ExternalStore.Sample.Addin.

Requirements

Target Platforms

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

Leadtools.Dicom.AddIn Assembly

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