Share via


StackFrame.ContextCode Property

 

Namespace:   Microsoft.Owin.Diagnostics.Views
Assembly:  Microsoft.Owin.Diagnostics (in Microsoft.Owin.Diagnostics.dll)

Syntax

public string ContextCode { get; set; }
public:
property String^ ContextCode {
    String^ get();
    void set(String^ value);
}
member ContextCode : string with get, set
Public Property ContextCode As String

Property Value

Type: System.String

Returns String.

See Also

StackFrame Class
Microsoft.Owin.Diagnostics.Views Namespace

Return to top