BrowserFlowException.Layer Property

Namespace:  Microsoft.VisualStudio.Services.Client.Controls
Assembly:  Microsoft.VisualStudio.Services.Client (in Microsoft.VisualStudio.Services.Client.dll)

Syntax

'Declaration
Public Property Layer As BrowserFlowLayer
public BrowserFlowLayer Layer { get; private set; }
public:
property BrowserFlowLayer Layer {
    BrowserFlowLayer get ();
    private: void set (BrowserFlowLayer value);
}
member Layer : BrowserFlowLayer with get, private set
function get Layer () : BrowserFlowLayer 
private function set Layer (value : BrowserFlowLayer)

Property Value

Type: Microsoft.VisualStudio.Services.Client.Controls.BrowserFlowLayer

.NET Framework Security

See Also

Reference

BrowserFlowException Class

Microsoft.VisualStudio.Services.Client.Controls Namespace