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

See Also

Reference

ConnectionInfo Class

ConnectionInfo Members

Microsoft.VisualStudio.TeamSystem.Data.Generators Namespace