DataRuleProperties.SupportedElementTypes Property
Gets the element types that are supported by the data rule.
Namespace: Microsoft.Data.Schema.StaticCodeAnalysis
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Public ReadOnly Property SupportedElementTypes As IList(Of Type)
public IList<Type> SupportedElementTypes { get; }
public:
property IList<Type^>^ SupportedElementTypes {
IList<Type^>^ get ();
}
member SupportedElementTypes : IList<Type>
function get SupportedElementTypes () : IList<Type>
Property Value
Type: System.Collections.Generic.IList<Type>
An IList<T> object that contains a collection of Type objects.
.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.