NetworkInfoCategory Property |
Gets the category of a network. The categories are trusted, untrusted, or authenticated. This value of this property is not cached.
Namespace:
Alphaleonis.Win32.Network
Assembly:
AlphaFS (in AlphaFS.dll) Version: 2.2
Syntax public NetworkCategory Category { get; }
Public ReadOnly Property Category As NetworkCategory
Get
public:
property NetworkCategory Category {
NetworkCategory get ();
}
member Category : NetworkCategory with get
Property Value
Type:
NetworkCategorySee Also