ReverseEngineerFilterElement.ElementType Property
Gets or sets the Type of the element to filter for.
Namespace: Microsoft.Data.Schema.SchemaModel
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
The type of element.
.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.