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
- 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.