RootEventChain.Access Property
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Gets the type of access permitted to the chain.
Namespace: Microsoft.VisualStudio.TraceLog
Assembly: Microsoft.VisualStudio.TraceLog (in Microsoft.VisualStudio.TraceLog.dll)
Syntax
'Declaration
Public Property Access As ChainAccess
Get
Protected Set
'Usage
Dim instance As RootEventChain
Dim value As ChainAccess
value = instance.Access
instance.Access = value
public ChainAccess Access { get; protected set; }
public:
property ChainAccess Access {
ChainAccess get ();
protected: void set (ChainAccess value);
}
member Access : ChainAccess with get, set
function get Access () : ChainAccess
protected function set Access (value : ChainAccess)
Property Value
Type: Microsoft.VisualStudio.TraceLog.ChainAccess
.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.