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);
} | 
 
             
             
            Return Value
true if internal server is enabled, otherwise it is 
false.
  
             
             
            
Example
For an example refer to 
Move 
              
            
            Remarks
            
Requirements
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
 
            
            
See Also