IFieldTypeSerializeSetElementValue Method |
Sets property value
Namespace: KeeperSecurity.VaultAssembly: KeeperSdk (in KeeperSdk.dll) Version: 1.0.5
Syntax bool SetElementValue(
string element,
string value
)
Parameters
- element String
- Property or element name
- value String
- Property value
Return Value
Booleantrue is the property was set
See Also