StackFrame.ContextCode Property

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

Syntax

'Declaration
Public Property ContextCode As String 
    Get 
    Set
'Usage
Dim instance As StackFrame 
Dim value As String 

value = instance.ContextCode

instance.ContextCode = value
public string ContextCode { get; set; }
public:
property String^ ContextCode {
    String^ get ();
    void set (String^ value);
}
member ContextCode : string with get, set
function get ContextCode () : String 
function set ContextCode (value : String)

Property Value

Type: System.String
Returns String.

See Also

Reference

StackFrame Class

Microsoft.Owin.Diagnostics.Views Namespace