Click or drag to resize

TokenClaimValue Property

Gets or sets the current value of the token

Namespace:  Hummingbird.TestFramework.Util
Assembly:  Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax
[DataMemberAttribute]
public Object Value { get; set; }

Property Value

Type: Object
The value.
See Also