VsaEngineClass.Evidence Property

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Namespace:  Microsoft_VsaVb
Assembly:  Microsoft_VsaVb (in Microsoft_VsaVb.dll)

Syntax

'Declaration
Public Overridable Property Evidence As Evidence
    Get
    Set
public virtual Evidence Evidence { get; set; }
public:
virtual property Evidence^ Evidence {
    Evidence^ get ();
    void set (Evidence^ value);
}
abstract Evidence : Evidence with get, set
override Evidence : Evidence with get, set
function get Evidence () : Evidence
function set Evidence (value : Evidence)

Property Value

Type: System.Security.Policy.Evidence

Implements

IVsaEngine.Evidence

.NET Framework Security

See Also

Reference

VsaEngineClass Class

Microsoft_VsaVb Namespace