Class LookupPropertyTagConfig
The class containing the members for a lookup property config.
Inherited Members
Namespace: Microsoft.Internal.Studios.Aruba.Infrastructure.Token
Assembly: Aruba.Infrastructure.dll
Syntax
public class LookupPropertyTagConfig
Constructors
View SourceLookupPropertyTagConfig()
Initializes a new instance of the LookupPropertyTagConfig class.
Declaration
public LookupPropertyTagConfig()
Properties
View SourceLookupValue
Gets or sets the lookup value.
Declaration
public string LookupValue { get; set; }
Property Value
Type | Description |
---|---|
string |
PropertyName
Gets or sets the property name.
Declaration
public string PropertyName { get; set; }
Property Value
Type | Description |
---|---|
string |
SearchOption
Gets or sets the lookup value search option.
Declaration
public LookupValueSearchOption SearchOption { get; set; }
Property Value
Type | Description |
---|---|
LookupValueSearchOption |