DicomObjects.NET.8.48 Documentation
DicomObjects.DicomWeb.WebClient Namespace / WorkItemWebClient Class / IncludeAll Property






    IncludeAll Property (WorkItemWebClient)
    Controls whether to add includfield=all to the query to request all available fields
    Syntax
    'Declaration
     
    
    Public Property IncludeAll As System.Boolean
     
    'Usage
     
    
    Dim instance As WorkItemWebClient
    Dim value As System.Boolean
     
    instance.IncludeAll = value
     
    value = instance.IncludeAll
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also