DicomObjects.NET.V8
DicomObjects Namespace / DicomGlobal Class / DefaultIpAddressFamily Property



    DefaultIpAddressFamily Property
    The IP Address family to be used where not otherwise specified
    Syntax
    'Declaration
     
    Public Shared Property DefaultIpAddressFamily As AddressFamily
     
    'Usage
     
    Dim value As AddressFamily
     
    DicomGlobal.DefaultIpAddressFamily = value
     
    value = DicomGlobal.DefaultIpAddressFamily
    Remarks
    Requirements

    Target Platforms: .NET CLR 4.0 or higher

    See Also