Show / Hide Table of Contents

Class LookupPropertyTagConfig

The class containing the members for a lookup property config.

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

Constructors

View Source

LookupPropertyTagConfig()

Initializes a new instance of the LookupPropertyTagConfig class.

Declaration
public LookupPropertyTagConfig()

Properties

View Source

LookupValue

Gets or sets the lookup value.

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

PropertyName

Gets or sets the property name.

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

SearchOption

Gets or sets the lookup value search option.

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