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 PropertyClass _
) As TProperty
'Usage
Dim instance As IModelPropertyContainer
Dim propertyClass As PropertyClass
Dim returnValue As TProperty

returnValue = instance.GetProperty(propertyClass)
TProperty GetProperty<TProperty>(
    PropertyClass propertyClass
)
generic<typename TProperty>
TProperty GetProperty(
    PropertyClass^ propertyClass
)
JScript does not support generic types or methods.
abstract GetProperty : 
        propertyClass:PropertyClass -> 'TProperty 

Type Parameters

  • TProperty

Parameters

Return Value

Type: TProperty
Returns the value of the property.

.NET Framework Security

See Also

Reference

IModelPropertyContainer Interface

IModelPropertyContainer Members

Microsoft.Data.Schema.SchemaModel Namespace