Sdílet prostřednictvím


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);
}
/** @property */
public boolean get_Encrypted ()

/** @property */
public void set_Encrypted (boolean value)
public function get Encrypted () : boolean

public function set Encrypted (value : boolean)

See Also

Reference

ConnectionInfo Class
ConnectionInfo Members
Microsoft.VisualStudio.TeamSystem.Data.Generators Namespace