DicomObjects.NET.8.48 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 System.Uri
    'Usage
     
    
    Dim instance As WebContent
    Dim value As System.Uri
     
    instance.ContentLocation = value
     
    value = instance.ContentLocation
    public System.Uri ContentLocation {get; set;}
    public read-write property ContentLocation: System.Uri; 
    public function get,set ContentLocation : System.Uri
    public: __property System.Uri* get_ContentLocation();
    public: __property void set_ContentLocation( 
       System.Uri* value
    );
    public:
    property System.Uri^ ContentLocation {
       System.Uri^ get();
       void set (    System.Uri^ value);
    }
    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