Share via


TfvcLabelRequestData.MaxItemCount Property

Namespace:  Microsoft.TeamFoundation.SourceControl.WebApi
Assembly:  Microsoft.TeamFoundation.SourceControl.WebApi (in Microsoft.TeamFoundation.SourceControl.WebApi.dll)

Syntax

'Declaration
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property MaxItemCount As Nullable(Of Integer)
[DataMemberAttribute(EmitDefaultValue = false)]
public Nullable<int> MaxItemCount { get; set; }
[DataMemberAttribute(EmitDefaultValue = false)]
public:
property Nullable<int> MaxItemCount {
    Nullable<int> get ();
    void set (Nullable<int> value);
}
[<DataMemberAttribute(EmitDefaultValue = false)>]
member MaxItemCount : Nullable<int> with get, set
function get MaxItemCount () : Nullable<int>
function set MaxItemCount (value : Nullable<int>)

Property Value

Type: System.Nullable<Int32>

.NET Framework Security

See Also

Reference

TfvcLabelRequestData Class

Microsoft.TeamFoundation.SourceControl.WebApi Namespace