Class ResolvedToken
Represents a token's resolver type and name and the corresponding resolved value as a string.
Inherited Members
Namespace: Microsoft.Internal.Studios.Aruba.Infrastructure.Token
Assembly: Aruba.Infrastructure.dll
Syntax
public class ResolvedToken
Properties
View SourceResolvedValue
Gets or sets the resolved value.
Declaration
public string ResolvedValue { get; set; }
Property Value
Type | Description |
---|---|
string |
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 |
ResolverName
Gets or sets the resolver name.
Declaration
public string ResolverName { get; set; }
Property Value
Type | Description |
---|---|
string |
TokenName
Gets or sets the token name.
Declaration
public string TokenName { get; set; }
Property Value
Type | Description |
---|---|
string |