DicomObjects.NET.8.48 Documentation
DicomObjects.DicomWeb Namespace / WebContent Class / ContentLocation Property






    ContentLocation Property
    The location from which the data could be retrieved
    Syntax
    'Declaration
     
    
    Public Property ContentLocation As System.Uri
     
    'Usage
     
    
    Dim instance As WebContent
    Dim value As System.Uri
     
    instance.ContentLocation = value
     
    value = instance.ContentLocation
    Remarks
    In a multi-part message, this is used to link the parts together
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also