RootChain.Access Property

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

See Also

Reference

RootChain Class

Microsoft.VisualStudio.IntelliTrace Namespace