Leadtools.Dicom.Scu.Common Namespace > BeforeCStoreEventArgs Class : Skip Property |
public SkipMethod Skip {get; set;}
'Declaration Public Property Skip As SkipMethod
'Usage Dim instance As BeforeCStoreEventArgs Dim value As SkipMethod instance.Skip = value value = instance.Skip
public: property SkipMethod Skip { SkipMethod get(); void set ( SkipMethod value); }