AssociatedWorkItem.WorkItemUri Property

Gets or sets the URI of this work item.

Namespace:  Microsoft.TeamFoundation.Build.Workflow.Activities
Assembly:  Microsoft.TeamFoundation.Build.Workflow (in Microsoft.TeamFoundation.Build.Workflow.dll)

Syntax

‘선언
Public Property WorkItemUri As Uri
    Get
    Set
public Uri WorkItemUri { get; set; }
public:
property Uri^ WorkItemUri {
    Uri^ get ();
    void set (Uri^ value);
}
member WorkItemUri : Uri with get, set
function get WorkItemUri () : Uri
function set WorkItemUri (value : Uri)

Property Value

Type: System.Uri
The URI of this work item.

.NET Framework Security

See Also

Reference

AssociatedWorkItem Class

Microsoft.TeamFoundation.Build.Workflow.Activities Namespace