Web API Edition | ComponentOne
C1.Web.Api.Storage Namespace / RootObject Class / value Property

In This Topic
    value Property (RootObject)
    In This Topic
    List of Value class
    Syntax
    'Declaration
     
    
    Public Property value As List(Of Value)
    public List<Value> value {get; set;}
    See Also