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
- 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.
See Also
Reference
IdentityManagementWebService Class
Microsoft.TeamFoundation.Framework.Server.WebServices Namespace