IIdentitySyncHelper.Submit Method

Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

'Declaration
Sub Submit ( _
    <OutAttribute> ByRef identifierChanged As Boolean _
)
void Submit(
    out bool identifierChanged
)
void Submit(
    [OutAttribute] bool% identifierChanged
)
abstract Submit : 
        identifierChanged:bool byref -> unit
function Submit(
    identifierChanged : boolean
)

Parameters

.NET Framework Security

See Also

Reference

IIdentitySyncHelper Interface

Microsoft.TeamFoundation.Framework.Server Namespace