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

See Also

Reference

VssFederatedCredentialPrompt Class

Microsoft.VisualStudio.Services.Client.Controls Namespace