VssFederatedCredentialPrompt.CompactSize Property
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Namespace: Microsoft.VisualStudio.Services.Client.Controls
Assembly: Microsoft.VisualStudio.Services.Client (in Microsoft.VisualStudio.Services.Client.dll)
Syntax
'Declaration
Public Property CompactSize As Boolean
public bool CompactSize { get; set; }
public:
property bool CompactSize {
bool get ();
void set (bool value);
}
member CompactSize : bool with get, set
function get CompactSize () : boolean
function set CompactSize (value : boolean)
Property Value
Type: System.Boolean
.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.