AvailableValuesCollectionRemove Method  | 
 
            Removes the first occurrence of a specific value from the collection.
            
 
    Namespace: 
   Dundas.BI.Configuration
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxpublic bool Remove(
	Object value
)
Public Function Remove ( 
	value As Object
) As Boolean
public:
bool Remove(
	Object^ value
)
member Remove : 
        value : Object -> bool 
Parameters
- value
 - Type: SystemObject
The value. 
Return Value
Type: 
Boolean if item is successfully removed; otherwise, 
.
              This method also returns 
 if the value was not found in the collection.
            
See Also