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