Share via


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

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.Http.OData.Builder Namespace

Return to top