SupportedElementTypeAttribute.ElementType Property

The type of element that can be analyzed by the associated DataRule.

Namespace:  Microsoft.Data.Schema.StaticCodeAnalysis
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Syntax

'Declaration
Public Property ElementType As Type
public Type ElementType { get; private set; }
public:
property Type^ ElementType {
    Type^ get ();
    private: void set (Type^ value);
}
member ElementType : Type with get, private set
function get ElementType () : Type
private function set ElementType (value : Type)

Property Value

Type: System.Type
A Type for an IModelElement object.

.NET Framework Security

See Also

Reference

SupportedElementTypeAttribute Class

Microsoft.Data.Schema.StaticCodeAnalysis Namespace

DataRule

IModelElement