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