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



In This Topic
    DefaultIpAddressFamily Property
    In This Topic
    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
    public static AddressFamily DefaultIpAddressFamily {get; set;}
    public:
    static property AddressFamily DefaultIpAddressFamily {
       AddressFamily get();
       void set (    AddressFamily value);
    }
    Remarks
    Requirements

    Target Platforms: .NET CLR 4.0 or higher

    See Also