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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.