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
- 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
Microsoft.TeamFoundation.Build.Workflow.Activities Namespace