ResolvedNotifyPointEvent.NotifyPointEvent Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Gets the original NotifyPointEvent.

Namespace:  Microsoft.VisualStudio.TraceLog
Assembly:  Microsoft.VisualStudio.TraceLog (in Microsoft.VisualStudio.TraceLog.dll)

Syntax

'Declaration
Public ReadOnly Property NotifyPointEvent As NotifyPointEvent
    Get
'Usage
Dim instance As ResolvedNotifyPointEvent
Dim value As NotifyPointEvent

value = instance.NotifyPointEvent
public NotifyPointEvent NotifyPointEvent { get; }
public:
property NotifyPointEvent^ NotifyPointEvent {
    NotifyPointEvent^ get ();
}
member NotifyPointEvent : NotifyPointEvent
function get NotifyPointEvent () : NotifyPointEvent

Property Value

Type: Microsoft.VisualStudio.TraceLog.NotifyPointEvent

.NET Framework Security

See Also

Reference

ResolvedNotifyPointEvent Class

ResolvedNotifyPointEvent Members

Microsoft.VisualStudio.TraceLog Namespace