DataPA Enterprise Dashboard Controls API Reference
Assembly: DataPAServerSecurity (in DataPAServerSecurity.dll) Version: 1.0.0.0 (1.0.0.0)
True if an object the object is removed.
Removes a TwitterAccount from this collection.
Namespace: DataPAServerSecurityAssembly: DataPAServerSecurity (in DataPAServerSecurity.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
public bool Remove( string ID ) |
Visual Basic |
---|
Public Function Remove ( ID As String ) As Boolean |
Visual C++ |
---|
public: virtual bool Remove( String^ ID ) sealed |
Parameters
- ID
- Type: System..::..String
The ID of the object you wish to remove.
Return Value
Type: BooleanTrue if an object the object is removed.