Bagikan melalui


WorkflowServiceAttributes.MaxItemsInObjectGraph Properti

Definisi

Mendapatkan atau mengatur jumlah maksimum item yang diizinkan dalam objek berseri.

public:
 property int MaxItemsInObjectGraph { int get(); void set(int value); };
public int MaxItemsInObjectGraph { get; set; }
member this.MaxItemsInObjectGraph : int with get, set
Public Property MaxItemsInObjectGraph As Integer

Nilai Properti

Jumlah maksimum item yang diperbolehkan dalam objek.

Contoh

Contoh berikut menunjukkan cara mengakses MaxItemsInObjectGraph properti.

WorkflowServiceAttributes attributes = new WorkflowServiceAttributes();
attributes.MaxItemsInObjectGraph = 10;
Dim attributes As New WorkflowServiceAttributes()
attributes.MaxItemsInObjectGraph = 10

Keterangan

Nilai defaultnya adalah MaxValue.

Berlaku untuk