Share via


DynamicPropertyDictionaryAnnotation Constructor (PropertyInfo)

 

Initializes a new instance of DynamicPropertyDictionaryAnnotation class.

Namespace:   System.Web.OData.Builder
Assembly:  System.Web.OData (in System.Web.OData.dll)

Syntax

public DynamicPropertyDictionaryAnnotation(
    PropertyInfo propertyInfo
)
public:
DynamicPropertyDictionaryAnnotation(
    PropertyInfo^ propertyInfo
)
new : 
        propertyInfo:PropertyInfo -> DynamicPropertyDictionaryAnnotation
Public Sub New (
    propertyInfo As PropertyInfo
)

Parameters

See Also

DynamicPropertyDictionaryAnnotation Class
System.Web.OData.Builder Namespace

Return to top