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

In This Topic
    AllowedValues Property (ExportOptionDescription)
    In This Topic
    Gets the list of strings for supported values of the option.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property AllowedValues As IEnumerable(Of String)
    public IEnumerable<string> AllowedValues {get;}
    See Also