This documentation is archived and is not being maintained.

INetFwPolicy::GetProfileByType Method

Gets the profile of the specified type.

Namespace:  Microsoft.TeamFoundation.Common
Assembly:  Microsoft.TeamFoundation.Common (in Microsoft.TeamFoundation.Common.dll)

INetFwProfile^ GetProfileByType(
	[InAttribute] NET_FW_PROFILE_TYPE_ profileType
)

Parameters

profileType
Type: Microsoft.TeamFoundation.Common::NET_FW_PROFILE_TYPE_

A NET_FW_PROFILE_TYPE_ value indicating the profile being requested.

Return Value

Type: Microsoft.TeamFoundation.Common::INetFwProfile
A INetFwProfile object representing the requested profile.

Show: