DynamicPropertyDictionaryAnnotation::PropertyInfo Property

 

Gets the PropertyInfo which backs the dynamic properties of the open type.

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

public:
property PropertyInfo^ PropertyInfo {
	[CompilerGeneratedAttribute]
	PropertyInfo^ get();
	[CompilerGeneratedAttribute]
	private: void set(PropertyInfo^ value);
}

Property Value

Type: System.Reflection::PropertyInfo^
Return to top
Show: