Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
SupportedElementTypeAttribute Class