Share via


PropertyConfiguration.AddedExplicitly Property

Gets or sets a value that is true if the property was added by the user; false if it was inferred through conventions.

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

Syntax

'Declaration
Public Property AddedExplicitly As Boolean 
    Get 
    Set
'Usage
Dim instance As PropertyConfiguration 
Dim value As Boolean 

value = instance.AddedExplicitly

instance.AddedExplicitly = value
public bool AddedExplicitly { get; set; }
public:
property bool AddedExplicitly {
    bool get ();
    void set (bool value);
}
member AddedExplicitly : bool with get, set
function get AddedExplicitly () : boolean 
function set AddedExplicitly (value : boolean)

Property Value

Type: System.Boolean

See Also

Reference

PropertyConfiguration Class

System.Web.Http.OData.Builder Namespace