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

속성 값

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

설명

기본값은 MaxValue입니다.

적용 대상