IdentityManagementWebService.PrepareForWebServiceSerialization Method

Namespace:  Microsoft.TeamFoundation.Framework.Server.WebServices
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.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

.NET Framework Security

See Also

Reference

IdentityManagementWebService Class

Microsoft.TeamFoundation.Framework.Server.WebServices Namespace