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.
Gets the specified property.
Namespace: Microsoft.Data.Schema.SchemaModel
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Function GetProperty(Of TProperty) ( _
propertyClass As ModelPropertyClass _
) As TProperty
TProperty GetProperty<TProperty>(
ModelPropertyClass propertyClass
)
generic<typename TProperty>
TProperty GetProperty(
ModelPropertyClass^ propertyClass
)
abstract GetProperty :
propertyClass:ModelPropertyClass -> 'TProperty
JScript does not support generic types or methods.
Type Parameters
- TProperty
Parameters
- propertyClass
Type: Microsoft.Data.Schema.SchemaModel.ModelPropertyClass
Specifies the ModelPropertyClass of the property
Return Value
Type: TProperty
.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.