PropertyCollectionRemove Method |
Removes a value with the specified key from the collection.
Namespace:
Ozeki.Common
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntaxpublic bool Remove(
string key
)
Public Function Remove (
key As String
) As Boolean
public:
bool Remove(
String^ key
)
member Remove :
key : string -> bool
Parameters
- key
- Type: SystemString
The key of the object that will be removed.
Return Value
Type:
BooleanTrue, if successfully removed; False otherwise.
See Also