AssociatedChangeset.ChangesetUri Property

The changeset URI.

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

Syntax

'Declaration
Public Property ChangesetUri As Uri
public Uri ChangesetUri { get; set; }
public:
property Uri^ ChangesetUri {
    Uri^ get ();
    void set (Uri^ value);
}
member ChangesetUri : Uri with get, set
function get ChangesetUri () : Uri 
function set ChangesetUri (value : Uri)

Property Value

Type: System.Uri
Returns Uri.

.NET Framework Security

See Also

Reference

AssociatedChangeset Class

Microsoft.TeamFoundation.Build.Workflow.Tracking Namespace