다음을 통해 공유


WorkflowServiceAttributes.MaxItemsInObjectGraph 속성

정의

serialize된 개체에 허용되는 최대 항목 수를 가져오거나 설정합니다.

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

속성 값

개체에 허용되는 최대 항목 수입니다.

예제

다음 예제에서는 MaxItemsInObjectGraph 속성에 액세스하는 방법을 보여 줍니다.

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

설명

기본값은 MaxValue입니다.

적용 대상