Gets or sets a value indicating whether an existing remote file system and remote printer bindings are located before making a connection.
Namespace: DotRas
Assembly: DotRas (in DotRas.dll) Version: 1.3.5166.33435 (1.3.0.0)
Syntax
C# |
---|
public bool SecureLocalFiles { get; set; } |
Visual Basic |
---|
Public Property SecureLocalFiles As Boolean
Get
Set |
Visual C++ |
---|
public:
property bool SecureLocalFiles {
bool get ();
void set (bool value);
} |
F# |
---|
member SecureLocalFiles : bool with get, set
|
Property Value
Type:
Boolean
See Also