Encrypted Property

MSBuild

Gets or sets a value indicating file is encrypted.


Namespace: MSBuild.Community.Tasks
Assembly: MSBuild.Community.Tasks (in MSBuild.Community.Tasks.dll)

Syntax

Visual Basic (Declaration)
Public Property Encrypted As Boolean
C#
public bool Encrypted { get; set; }
C++
public property bool Encrypted sealed  {
    bool get();
    void set(bool value);
}
J#
/** property */
public bool get_Encrypted();

/** property */
public void set_Encrypted(bool value);
JScript
public function get Encrypted() : bool

public function set Encrypted(value : bool);

Property Value

true if encrypted; otherwise, false.

See Also

Syntax based on .NET Framework version 2.0.
Documentation version 1.0.0.0.