Gets or sets a value indicating whether to enable the internal server on a C-MOVE operation.
Syntax
| Visual Basic (Declaration) | |
|---|
Public Property EnableMoveToSelf As Boolean |
| Visual Basic (Usage) | Copy Code |
|---|
Dim instance As QueryRetrieveScu
Dim value As Boolean
instance.EnableMoveToSelf = value
value = instance.EnableMoveToSelf |
| C# | |
|---|
public bool EnableMoveToSelf {get; set;} |
| Managed Extensions for C++ | |
|---|
public: __property bool get_EnableMoveToSelf();
public: __property void set_EnableMoveToSelf(
bool value
); |
| C++/CLI | |
|---|
public:
property bool EnableMoveToSelf {
bool get();
void set ( bool value);
} |
Property Value
true if internal server is enabled, otherwise it is
false.
Example
Remarks
Requirements
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
See Also