MetadataAttribute.Filter Property

Definition

Specifies information used to filter the possible attribute values based upon the value of another attribute.

public:
 property Microsoft::MasterDataServices::Services::DataContracts::AttributeFilter ^ Filter { Microsoft::MasterDataServices::Services::DataContracts::AttributeFilter ^ get(); void set(Microsoft::MasterDataServices::Services::DataContracts::AttributeFilter ^ value); };
[System.Runtime.Serialization.DataMember(EmitDefaultValue=false, IsRequired=false)]
public Microsoft.MasterDataServices.Services.DataContracts.AttributeFilter Filter { get; set; }
[<System.Runtime.Serialization.DataMember(EmitDefaultValue=false, IsRequired=false)>]
member this.Filter : Microsoft.MasterDataServices.Services.DataContracts.AttributeFilter with get, set
Public Property Filter As AttributeFilter

Property Value

The information used to filter the possible attribute values based upon the value of another attribute.

Attributes

Applies to