StackFrame.PostContextCode Property
Namespace: Microsoft.Owin.Diagnostics.Views
Assembly: Microsoft.Owin.Diagnostics (in Microsoft.Owin.Diagnostics.dll)
Syntax
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
Public Property PostContextCode As IEnumerable(Of String)
Property Value
Type: System.Collections.Generic.IEnumerable<String>
Returns IEnumerable<T>.
See Also
StackFrame Class
Microsoft.Owin.Diagnostics.Views Namespace
Return to top