Bagikan melalui


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

See Also

Reference

ReverseEngineerFilterElement Class

Microsoft.Data.Schema.SchemaModel Namespace