ExtensionCriteriaAttribute.CriteriaBaseType Property
Gets the criteria base type.
Namespace: Microsoft.Data.Schema.Extensibility
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Public ReadOnly Property CriteriaBaseType As Type
public Type CriteriaBaseType { get; }
public:
property Type^ CriteriaBaseType {
Type^ get ();
}
member CriteriaBaseType : Type
function get CriteriaBaseType () : Type
Property Value
Type: System.Type
.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.