Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the type of access that is permitted to the chain.
Namespace: Microsoft.VisualStudio.IntelliTrace
Assembly: Microsoft.VisualStudio.IntelliTrace (in Microsoft.VisualStudio.IntelliTrace.dll)
Syntax
'Declaration
Public Property Access As ChainAccess
Get
Protected Set
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.IntelliTrace.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.