TeamFoundationVersionControlService.SetPendingChangeProperty Method
Namespace: Microsoft.TeamFoundation.VersionControl.Server
Assembly: Microsoft.TeamFoundation.VersionControl.Server (in Microsoft.TeamFoundation.VersionControl.Server.dll)
Syntax
'Declaration
Public Function SetPendingChangeProperty ( _
requestContext As TeamFoundationRequestContext, _
workspaceName As String, _
workspaceOwner As String, _
pendingChangePropertyValues As ArtifactPropertyValue() _
) As TeamFoundationDataReader
public TeamFoundationDataReader SetPendingChangeProperty(
TeamFoundationRequestContext requestContext,
string workspaceName,
string workspaceOwner,
ArtifactPropertyValue[] pendingChangePropertyValues
)
public:
TeamFoundationDataReader^ SetPendingChangeProperty(
TeamFoundationRequestContext^ requestContext,
String^ workspaceName,
String^ workspaceOwner,
array<ArtifactPropertyValue^>^ pendingChangePropertyValues
)
member SetPendingChangeProperty :
requestContext:TeamFoundationRequestContext *
workspaceName:string *
workspaceOwner:string *
pendingChangePropertyValues:ArtifactPropertyValue[] -> TeamFoundationDataReader
public function SetPendingChangeProperty(
requestContext : TeamFoundationRequestContext,
workspaceName : String,
workspaceOwner : String,
pendingChangePropertyValues : ArtifactPropertyValue[]
) : TeamFoundationDataReader
Parameters
- requestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- workspaceName
Type: System.String
- workspaceOwner
Type: System.String
- pendingChangePropertyValues
Type: array<Microsoft.TeamFoundation.Framework.Server.ArtifactPropertyValue[]
Return Value
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationDataReader
.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.