Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.3.28
|
Leadtools.Dicom.Common.Anonymization Namespace > AnonymizationKey Class : Key Property |
public List<long> Key {get; set;}
'Declaration
Public Property Key As List(Of Long)
'Usage
Dim instance As AnonymizationKey Dim value As List(Of Long) instance.Key = value value = instance.Key
public: property List<int64>^ Key { List<int64>^ get(); void set ( List<int64>^ value); }