이 항목은 아직 평가되지 않았습니다.- 이 항목 평가

ServiceBehaviorAttribute.MaxItemsInObjectGraph 속성

Gets or sets the maximum number of items allowed in a serialized object.

네임스페이스: System.ServiceModel
어셈블리: System.ServiceModel(system.servicemodel.dll)

public int MaxItemsInObjectGraph { get; set; }
/** @property */
public int get_MaxItemsInObjectGraph ()

/** @property */
public void set_MaxItemsInObjectGraph (int value)

public function get MaxItemsInObjectGraph () : int

public function set MaxItemsInObjectGraph (value : int)

적용할 수 없음.

속성 값

The maximum number of items allowed in an object. The default is MaxValue.

Use the MaxItemsInObjectGraph property set a limit on the number of items in an object graph that are serialized.

Windows 98, Windows Server 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition

Microsoft .NET Framework 3.0은 Windows Vista, Microsoft Windows XP SP2 및 Windows Server 2003 SP1에서 지원됩니다.

.NET Framework

3.0에서 지원
이 정보가 도움이 되었습니까?
(1500자 남음)

커뮤니티 추가 항목

추가
© 2013 Microsoft. All rights reserved.