IdentityManagementWebService.PrepareForWebServiceSerialization Method
Namespace: Microsoft.TeamFoundation.Server.Core.WebServices
Assembly: Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)
Syntax
'Declaration
Protected Sub PrepareForWebServiceSerialization ( _
identities As IList(Of TeamFoundationIdentity), _
supportedFeatures As TeamFoundationSupportedFeatures _
)
protected void PrepareForWebServiceSerialization(
IList<TeamFoundationIdentity> identities,
TeamFoundationSupportedFeatures supportedFeatures
)
protected:
void PrepareForWebServiceSerialization(
IList<TeamFoundationIdentity^>^ identities,
TeamFoundationSupportedFeatures supportedFeatures
)
member PrepareForWebServiceSerialization :
identities:IList<TeamFoundationIdentity> *
supportedFeatures:TeamFoundationSupportedFeatures -> unit
protected function PrepareForWebServiceSerialization(
identities : IList<TeamFoundationIdentity>,
supportedFeatures : TeamFoundationSupportedFeatures
)
Parameters
- identities
Type: System.Collections.Generic.IList<TeamFoundationIdentity>
- supportedFeatures
Type: Microsoft.TeamFoundation.Framework.Common.TeamFoundationSupportedFeatures
.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.