PropertyCollectionRemove Method |
Namespace: Ozeki.CommonAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.5.1
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 String
-
Return Value
Boolean
See Also