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

In This Topic
    Nullable Property (ExportOptionDescription)
    In This Topic
    Gets a boolean value indicating whether the value of the options can be null.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Nullable As Boolean
    public bool Nullable {get;}
    See Also