Share via


StackFrame.PostContextCode Property

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

Syntax

'Declaration
Public Property PostContextCode As IEnumerable(Of String)
    Get 
    Set
'Usage
Dim instance As StackFrame 
Dim value As IEnumerable(Of String)

value = instance.PostContextCode

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

Property Value

Type: System.Collections.Generic.IEnumerable<String>
Returns IEnumerable<T>.

See Also

Reference

StackFrame Class

Microsoft.Owin.Diagnostics.Views Namespace