TraceLoggingService.GetPropertyDelegate Delegate

Definition

Property request delegate.

public: delegate System::String ^ TraceLoggingService::GetPropertyDelegate(TraceLoggingSession ^ session, System::String ^ propertyName);
public delegate string TraceLoggingService.GetPropertyDelegate(TraceLoggingSession session, string propertyName);
type TraceLoggingService.GetPropertyDelegate = delegate of TraceLoggingSession * string -> string
Public Delegate Function TraceLoggingService.GetPropertyDelegate(session As TraceLoggingSession, propertyName As String) As String 

Parameters

propertyName
String

Return Value

Applies to