StructuralTypeConfiguration.ExplicitProperties Property
Gets the collection of explicitly added properties.
Namespace: System.Web.Http.OData.Builder
Assembly: System.Web.Http.OData (in System.Web.Http.OData.dll)
Syntax
'Declaration
Protected Friend Property ExplicitProperties As IDictionary(Of PropertyInfo, PropertyConfiguration)
Get
Private Set
'Usage
Dim value As IDictionary(Of PropertyInfo, PropertyConfiguration)
value = Me.ExplicitProperties
protected internal IDictionary<PropertyInfo, PropertyConfiguration> ExplicitProperties { get; private set; }
protected public:
property IDictionary<PropertyInfo^, PropertyConfiguration^>^ ExplicitProperties {
IDictionary<PropertyInfo^, PropertyConfiguration^>^ get ();
private: void set (IDictionary<PropertyInfo^, PropertyConfiguration^>^ value);
}
member ExplicitProperties : IDictionary<PropertyInfo, PropertyConfiguration> with get, private set
function get ExplicitProperties () : IDictionary<PropertyInfo, PropertyConfiguration>
private function set ExplicitProperties (value : IDictionary<PropertyInfo, PropertyConfiguration>)
Property Value
Type: System.Collections.Generic.IDictionary<PropertyInfo, PropertyConfiguration>