Removes a specified System.
| [Visual Basic .NET] |
|---|
Public Sub Remove( _ ByVal SystemName As String _ ) |
| [C#] |
|---|
public void Remove( |
| [Managed C++] |
|---|
public: void Remove( |
| [Java] |
|---|
public remove( |
| [Unmanaged C++] |
|---|
public: HRESULT Remove( |
- SystemName
- Specify a name of an existing system.
Remove an existing system with the specified name.
| [C#] | Copy Code | |
|---|---|---|
| ||
Remove an existing system with the specified name.
| [Visual Basic .NET] | Copy Code | |
|---|---|---|
| ||
