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
- identifierChanged
Type: System.Boolean%
.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.