StagingResultCriteria.All 속성
Gets or sets a value that indicates whether all data should be returned.
네임스페이스: Microsoft.MasterDataServices.Services.DataContracts
어셈블리: Microsoft.MasterDataServices.Services.Contracts(Microsoft.MasterDataServices.Services.Contracts.dll)
구문
‘선언
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property All As Boolean
Get
Set
‘사용 방법
Dim instance As StagingResultCriteria
Dim value As Boolean
value = instance.All
instance.All = value
[DataMemberAttribute(EmitDefaultValue = false)]
public bool All { get; set; }
[DataMemberAttribute(EmitDefaultValue = false)]
public:
property bool All {
bool get ();
void set (bool value);
}
[<DataMemberAttribute(EmitDefaultValue = false)>]
member All : bool with get, set
function get All () : boolean
function set All (value : boolean)
속성 값
유형: System.Boolean
true if all data should be returned; otherwise, false.