Share via


Item.ArtifactUriLatestItemVersion Property

Gets the Artifact URI of the latest item version.

Namespace:  Microsoft.TeamFoundation.VersionControl.Client
Assembly:  Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)

Syntax

'Declaration
Public ReadOnly Property ArtifactUriLatestItemVersion As Uri
'Usage
Dim instance As Item 
Dim value As Uri 

value = instance.ArtifactUriLatestItemVersion
public Uri ArtifactUriLatestItemVersion { get; }
public:
property Uri^ ArtifactUriLatestItemVersion {
    Uri^ get ();
}
public function get ArtifactUriLatestItemVersion () : Uri

Property Value

Type: System.Uri
The Uri of the Artifact.

.NET Framework Security

See Also

Reference

Item Class

Item Members

Microsoft.TeamFoundation.VersionControl.Client Namespace