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); }