IModelPropertyContainer.GetProperty<TProperty> Method

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

Return Value

Type: TProperty

.NET Framework Security

See Also

Reference

IModelPropertyContainer Interface

Microsoft.Data.Schema.SchemaModel Namespace