The provider VC of the stream (i.e) the VC on which the stream actually exists. Note that, one might be able to access a stream on a VC through mount points, though the actual stream might be present on a different VC.

Namespace: VcClient
Assembly: VcClient (in VcClient.dll) Version: 1.0.0.0 (1.8.400.4142)

Syntax

C#
public string ProviderVC { get; set; }
Visual Basic
Public Property ProviderVC As String
	Get
	Set
Visual C++
public:
property String^ ProviderVC {
	String^ get ();
	void set (String^ value);
}

See Also