ConnectionInfo.ProviderString Property
Gets or sets the ProviderString property.
Namespace: Microsoft.VisualStudio.TeamSystem.Data.Generators
Assembly: Microsoft.VisualStudio.TeamSystem.Data.Generators (in Microsoft.VisualStudio.TeamSystem.Data.Generators.dll)
Syntax
'Declaration
Public Property ProviderString As String
'Usage
Dim instance As ConnectionInfo
Dim value As String
value = instance.ProviderString
instance.ProviderString = value
public string ProviderString { get; set; }
public:
property String^ ProviderString {
String^ get ();
void set (String^ value);
}
public function get ProviderString () : String
public function set ProviderString (value : String)
Property Value
Type: System.String
Permissions
- 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.