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



In This Topic
    ContentLocation Property
    In This Topic
    The location from which the data could be retrieved
    Syntax
    'Declaration
     
    
    Public Property ContentLocation As Uri
    'Usage
     
    
    Dim instance As WebContent
    Dim value As Uri
     
    instance.ContentLocation = value
     
    value = instance.ContentLocation
    public Uri ContentLocation {get; set;}
    public:
    property Uri^ ContentLocation {
       Uri^ get();
       void set (    Uri^ value);
    }
    Remarks
    In a multi-part message, this is used to link the parts together
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also