DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomViewer Class / Site Property






    Site Property (DicomViewer)
    Syntax
    'Declaration
     
    
    <System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
    Public Overridable Property Site As System.ComponentModel.ISite
     
    'Usage
     
    
    Dim instance As DicomViewer
    Dim value As System.ComponentModel.ISite
     
    instance.Site = value
     
    value = instance.Site
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also