TraceLoggingService.GetPropertyDelegate Delegate
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.
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
- session
- TraceLoggingSession
- propertyName
- String