StackFrame.PreContextCode Property

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

Syntax

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

value = instance.PreContextCode

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

Property Value

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

See Also

Reference

StackFrame Class

Microsoft.Owin.Diagnostics.Views Namespace