Web API Core | ComponentOne
C1.Web.Api.Document.Models Namespace / ExportOptionDescription Class / DefaultValue Property

In This Topic
    DefaultValue Property
    In This Topic
    Gets the default value of the option.
    Syntax
    'Declaration
     
    
    <Newtonsoft.Json.JsonPropertyAttribute(NullValueHandling.Include)>
    Public ReadOnly Property DefaultValue As Object
    [Newtonsoft.Json.JsonProperty(NullValueHandling.Include)]
    public object DefaultValue {get;}
    See Also