FilterScopeAllowedAttributes Property |
Allowed Attributes - Select the attributes permitted in the filter definition.
Namespace: IdmNet.ModelsAssembly: IdmNet (in IdmNet.dll) Version: 1.3.0.0 (1.3.0)
Syntaxpublic List<AttributeTypeDescription> AllowedAttributes { get; set; }
Public Property AllowedAttributes As List(Of AttributeTypeDescription)
Get
Set
public:
property List<AttributeTypeDescription^>^ AllowedAttributes {
List<AttributeTypeDescription^>^ get ();
void set (List<AttributeTypeDescription^>^ value);
}
member AllowedAttributes : List<AttributeTypeDescription> with get, set
Property Value
Type:
ListAttributeTypeDescription
See Also