ClientArtifact.Url Field

The Url representing the artifact.

Namespace:  Microsoft.TeamFoundation.VersionControl.Common
Assembly:  Microsoft.TeamFoundation.VersionControl.Common.Integration (in Microsoft.TeamFoundation.VersionControl.Common.Integration.dll)

Syntax

'Declaration
Public Url As String
public string Url
public:
String^ Url
val mutable Url: string
public var Url : String

Remarks

Each Url should be in BIS Uri format (if provided by another tool); version control uses BIS Urls for changesets, labels, files/folders (tip and versioned).

.NET Framework Security

See Also

Reference

ClientArtifact Class

Microsoft.TeamFoundation.VersionControl.Common Namespace