PropertyCollectionAdd Method |
Adds a value with the specified key to the collection.
Namespace: Ozeki.CommonAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.0
Syntaxpublic bool Add(
string key,
Object value
)
Public Function Add (
key As String,
value As Object
) As Boolean
public:
bool Add(
String^ key,
Object^ value
)
member Add :
key : string *
value : Object -> bool
Parameters
- key String
- The key for the object.
- value Object
- The object that will be stored.
Return Value
BooleanTrue, if successfully added; False otherwise.
See Also