Class AllowedValue
The allowed value for a token.
Inherited Members
Namespace: Microsoft.Internal.Studios.Aruba.Infrastructure.Token
Assembly: Aruba.Infrastructure.dll
Syntax
public class AllowedValue
Remarks
Initializes a new instance of the AllowedValue class.
Constructors
View SourceAllowedValue(object)
The allowed value for a token.
Declaration
public AllowedValue(object valueObject)
Parameters
Type | Name | Description |
---|---|---|
object | valueObject | The value object. |
Remarks
Initializes a new instance of the AllowedValue class.
Properties
View SourceDisplayName
Gets the display name.
Declaration
public string DisplayName { get; }
Property Value
Type | Description |
---|---|
string |
ValueObject
Gets the value object.
Declaration
public object ValueObject { get; }
Property Value
Type | Description |
---|---|
object |