RootChain.Access Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the type of access permitted to the chain.
public: property Microsoft::VisualStudio::IntelliTrace::ChainAccess Access { public:
Microsoft::VisualStudio::IntelliTrace::ChainAccess get(); protected:
void set(Microsoft::VisualStudio::IntelliTrace::ChainAccess value); };
public: property Microsoft::VisualStudio::IntelliTrace::ChainAccess Access { public:
Microsoft::VisualStudio::IntelliTrace::ChainAccess get(); protected:
void set(Microsoft::VisualStudio::IntelliTrace::ChainAccess value); };
public Microsoft.VisualStudio.IntelliTrace.ChainAccess Access { get; protected set; }
member this.Access : Microsoft.VisualStudio.IntelliTrace.ChainAccess with get, set
Public Property Access As ChainAccess