LogRegistration.VerbositySettings 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 LoggingLevelSettings representing the requested logging verbosity settings of the registered trace log stream.
public:
property Microsoft::VisualStudio::RpcContracts::Logging::LoggingLevelSettings ^ VerbositySettings { Microsoft::VisualStudio::RpcContracts::Logging::LoggingLevelSettings ^ get(); };
[System.Runtime.Serialization.DataMember(Order=3)]
public Microsoft.VisualStudio.RpcContracts.Logging.LoggingLevelSettings? VerbositySettings { get; }
[<System.Runtime.Serialization.DataMember(Order=3)>]
member this.VerbositySettings : Microsoft.VisualStudio.RpcContracts.Logging.LoggingLevelSettings
Public ReadOnly Property VerbositySettings As LoggingLevelSettings
Property Value
- Attributes