Share via


RootChain.Access Property

Gets the type of access that is permitted to the chain.

Namespace:  Microsoft.VisualStudio.IntelliTrace
Assembly:  Microsoft.IntelliTrace.11.0.0 (in Microsoft.IntelliTrace.11.0.0.dll)

Syntax

'Declaration
Public Property Access As ChainAccess
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