| Visual Basic (Declaration) | |
|---|---|
Public Property Skip As SkipMethod | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| 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); } | |
Return 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 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
Copy Code