Category Property

Vista Bridge Library

[This is preliminary documentation and is subject to change.]

Gets or sets the category of a network. The categories are trusted, untrusted, or authenticated.

Namespace:  Microsoft.SDK.Samples.VistaBridge.Library.Network
Assembly:  VistaBridgeLibrary (in VistaBridgeLibrary.dll) Version: 1.4.0.0 (1.4.0.0)

Syntax

C#
public NetworkCategory Category { get; set; }
Visual Basic (Declaration)
Public Property Category As NetworkCategory
Visual C++
public:
property NetworkCategory Category {
	NetworkCategory get ();
	void set (NetworkCategory value);
}

Field Value

A NetworkCategory value.

See Also