Share via


QuotaDefinition.SoftCap Property

Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

'Declaration
Public Property SoftCap As Nullable(Of Integer)
public Nullable<int> SoftCap { get; private set; }
public:
property Nullable<int> SoftCap {
    Nullable<int> get ();
    private: void set (Nullable<int> value);
}
member SoftCap : Nullable<int> with get, private set
function get SoftCap () : Nullable<int>
private function set SoftCap (value : Nullable<int>)

Property Value

Type: System.Nullable<Int32>

.NET Framework Security

See Also

Reference

QuotaDefinition Class

Microsoft.TeamFoundation.Framework.Server Namespace