StructuralTypeConfiguration.ExplicitProperties Property
Gets the collection of explicitly added properties.
Namespace: System.Web.OData.Builder
Assembly: System.Web.OData (in System.Web.OData.dll)
Syntax
protected internal IDictionary<PropertyInfo, PropertyConfiguration> ExplicitProperties {
[CompilerGeneratedAttribute]
get;
[CompilerGeneratedAttribute]
private set;
}
public protected:
property IDictionary<PropertyInfo^, PropertyConfiguration^>^ ExplicitProperties {
[CompilerGeneratedAttribute]
IDictionary<PropertyInfo^, PropertyConfiguration^>^ get();
[CompilerGeneratedAttribute]
private: void set(IDictionary<PropertyInfo^, PropertyConfiguration^>^ value);
}
member ExplicitProperties : IDictionary<PropertyInfo, PropertyConfiguration> with get, private set
Protected Friend Property ExplicitProperties As IDictionary(Of PropertyInfo, PropertyConfiguration)
Get
Private Set
End Property
Property Value
Type: System.Collections.Generic.IDictionary<PropertyInfo, PropertyConfiguration>
See Also
StructuralTypeConfiguration Class
System.Web.OData.Builder Namespace
Return to top