Show / Hide Table of Contents

Interface ITokenPropertyAllowedValuesGetter

Interface to allow users of the TokenDefinitionPropertyComboboxAttribute to restrict the possible (allowed) values for a property.

Namespace: Microsoft.Internal.Studios.Aruba.Infrastructure.Token
Assembly: Aruba.Infrastructure.dll
Syntax
public interface ITokenPropertyAllowedValuesGetter

Properties

View Source

AllowedValues

Gets the allowed values.

Declaration
IEnumerable<object> AllowedValues { get; }
Property Value
Type Description
IEnumerable<object>
  • View Source
In this article
Back to top Generated by DocFX