INetFwMgr.CurrentProfileType Property
Gets the type of firewall profile currently in effect.
Namespace: Microsoft.TeamFoundation.Common
Assembly: Microsoft.TeamFoundation.Common (in Microsoft.TeamFoundation.Common.dll)
Syntax
'Declaration
ReadOnly Property CurrentProfileType As NET_FW_PROFILE_TYPE_
NET_FW_PROFILE_TYPE_ CurrentProfileType { get; }
property NET_FW_PROFILE_TYPE_ CurrentProfileType {
NET_FW_PROFILE_TYPE_ get ();
}
abstract CurrentProfileType : NET_FW_PROFILE_TYPE_ with get
function get CurrentProfileType () : NET_FW_PROFILE_TYPE_
Property Value
Type: Microsoft.TeamFoundation.Common.NET_FW_PROFILE_TYPE_
A NET_FW_PROFILE_TYPE_ value indicating the profile type.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.