This documentation is archived and is not being maintained.
INetFwPolicy::GetProfileByType Method
Visual Studio 2013
Gets the profile of the specified type.
Namespace: Microsoft.TeamFoundation.Common
Assembly: Microsoft.TeamFoundation.Common (in Microsoft.TeamFoundation.Common.dll)
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::INetFwProfileA INetFwProfile object representing the requested profile.
- 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.
Show: