IFieldTypeSerializeSetElementValue Method

Sets property value

Definition

Namespace: KeeperSecurity.Vault
Assembly: KeeperSdk (in KeeperSdk.dll) Version: 1.1.0
C#
bool SetElementValue(
	string element,
	string value
)

Parameters

element  String
Property or element name
value  String
Property value

Return Value

Boolean
true is the property was set

See Also