VersionControlServer.ArtifactProvider Property

Gets the artifact provider for the server.

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

Syntax

'Declaration
Public ReadOnly Property ArtifactProvider As VersionControlArtifactProvider
public VersionControlArtifactProvider ArtifactProvider { get; }
public:
property VersionControlArtifactProvider^ ArtifactProvider {
    VersionControlArtifactProvider^ get ();
}
member ArtifactProvider : VersionControlArtifactProvider with get
function get ArtifactProvider () : VersionControlArtifactProvider

Property Value

Type: Microsoft.TeamFoundation.VersionControl.Client.VersionControlArtifactProvider
The artifact provider for the server.

.NET Framework Security

See Also

Reference

VersionControlServer Class

Microsoft.TeamFoundation.VersionControl.Client Namespace