TelemetryContext.HasSharedProperties 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 a value indicating whether we have shared properties. This is implemented in order to avoid instantiation of empty SharedProperties dictionary
public:
property bool HasSharedProperties { bool get(); };
public bool HasSharedProperties { get; }
member this.HasSharedProperties : bool
Public ReadOnly Property HasSharedProperties As Boolean