Show / Hide Table of Contents

Class ResolvedToken

Represents a token's resolver type and name and the corresponding resolved value as a string.

Inheritance
object
ResolvedToken
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 ResolvedToken

Properties

View Source

ResolvedValue

Gets or sets the resolved value.

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

ResolvedValueFromMultipleDevices

Gets or sets a value indicating whether this value was resolved for multiple devices.

Declaration
public bool ResolvedValueFromMultipleDevices { get; set; }
Property Value
Type Description
bool
View Source

ResolverName

Gets or sets the resolver name.

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

TokenName

Gets or sets the token name.

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