Show / Hide Table of Contents

Class AllowedValue

The allowed value for a token.

Inheritance
object
AllowedValue
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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 Source

AllowedValue(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 Source

DisplayName

Gets the display name.

Declaration
public string DisplayName { get; }
Property Value
Type Description
string
View Source

ValueObject

Gets the value object.

Declaration
public object ValueObject { get; }
Property Value
Type Description
object
  • View Source
In this article
Back to top Generated by DocFX