Aracılığıyla paylaş


WorkflowServiceAttributes.MaxItemsInObjectGraph Özellik

Tanım

Serileştirilmiş nesnede izin verilen en fazla öğe sayısını alır veya ayarlar.

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

Özellik Değeri

Nesnede izin verilen en fazla öğe sayısı.

Örnekler

Aşağıdaki örnekte özelliğine nasıl erişecekleri gösterilmektedir MaxItemsInObjectGraph .

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

Açıklamalar

MaxValue varsayılan değerdir.

Şunlara uygulanır