MetadataAttribute.Filter Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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