This topic has not yet been rated - Rate this topic

UnicastIPAddressInformation.PrefixOrigin Property

Gets a value that identifies the source of a unicast Internet Protocol (IP) address prefix.

Namespace: System.Net.NetworkInformation
Assembly: System (in system.dll)

public abstract PrefixOrigin PrefixOrigin { get; }
/** @property */
public abstract PrefixOrigin get_PrefixOrigin ()

public abstract function get PrefixOrigin () : PrefixOrigin

Not applicable.

Property Value

One of the PrefixOrigin values that identifies how the prefix information was obtained.
Exception typeCondition

PlatformNotSupportedException

This property is not valid on computers running operating systems earlier than Windows XP.

IP addresses are divided into two parts: the prefix and the suffix. The address prefix identifies the network portion of an IP address, and the address suffix identifies the host portion. Prefixes are assigned by global authorities, and suffixes are assigned by local system administrators.

Windows 98, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition

The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.

.NET Framework

Supported in: 3.0, 2.0
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.