Ulimit.Hard Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the hard limit for the resource control.
[YamlDotNet.Serialization.YamlMember(Alias="hard")]
public int? Hard { get; set; }
[<YamlDotNet.Serialization.YamlMember(Alias="hard")>]
member this.Hard : Nullable<int> with get, set
Public Property Hard As Nullable(Of Integer)
Property Value
- Attributes
-
YamlDotNet.Serialization.YamlMemberAttribute
Remarks
The hard limit defines the maximum value that cannot be exceeded. It is usually set by an administrator and imposes a strict upper boundary. This property can be null, indicating no hard limit is set.