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
- 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.