Keeper SDK Class Library
C#
Show/Hide TOC
Field
Type
Key
Pair
Set
Element
Value Method
Sets property value
Definition
Namespace:
KeeperSecurity.Vault
Assembly:
KeeperSdk (in KeeperSdk.dll) Version: 1.1.0
C#
Copy
public
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
Implements
IFieldTypeSerialize
SetElementValue(String, String)
See Also
Reference
FieldTypeKeyPair Class
KeeperSecurity.Vault Namespace
In This Article
Definition
Parameters
Return Value
Implements
See Also