Visual Basic (Declaration) | |
---|---|
Public Property Skip As SkipMethod |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As BeforeCStoreEventArgs Dim value As SkipMethod instance.Skip = value value = instance.Skip |
C# | |
---|---|
public SkipMethod Skip {get; set;} |
Managed Extensions for C++ | |
---|---|
public: __property SkipMethod get_Skip(); public: __property void set_Skip( SkipMethod value ); |
C++/CLI | |
---|---|
public: property SkipMethod Skip { SkipMethod get(); void set ( SkipMethod value); } |
Property Value
The skip method.For an example refer to StoreScu.Store(DicomScp, string, string, bool).
If sending a DicomDataSet this value will be null.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7