ConnectionInfo.Encrypted Property
Gets or sets a value that indicates whether the connection string is encrypted.
Namespace: Microsoft.VisualStudio.TeamSystem.Data.Generators
Assembly: Microsoft.VisualStudio.TeamSystem.Data.Generators (in Microsoft.VisualStudio.TeamSystem.Data.Generators.dll)
Syntax
'Declaration
Public Property Encrypted As Boolean
'Usage
Dim instance As ConnectionInfo
Dim value As Boolean
value = instance.Encrypted
instance.Encrypted = value
public bool Encrypted { get; set; }
public:
property bool Encrypted {
bool get ();
void set (bool value);
}
public function get Encrypted () : boolean
public function set Encrypted (value : boolean)
Property Value
Type: System.Boolean
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.