VsaEngine.Evidence Property
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Namespace: Microsoft.VisualBasic.Vsa
Assembly: Microsoft.VisualBasic.Vsa (in Microsoft.VisualBasic.Vsa.dll)
Syntax
'Declaration
Public Property Evidence As Evidence
public Evidence Evidence { get; set; }
public:
virtual property Evidence^ Evidence {
Evidence^ get () sealed;
void set (Evidence^ value) sealed;
}
abstract Evidence : Evidence with get, set
override Evidence : Evidence with get, set
final function get Evidence () : Evidence
final function set Evidence (value : Evidence)
Property Value
Type: System.Security.Policy.Evidence
Implements
.NET Framework Security
- 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.