Właściwość StagingResultCriteria.All
Pobiera lub ustawia wartość wskazującą, czy wszystkie partie powinny być zwrócone.
Przestrzeń nazw: Microsoft.MasterDataServices
Zestaw: Microsoft.MasterDataServices (w Microsoft.MasterDataServices.dll)
Składnia
'Deklaracja
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property All As Boolean
Get
Set
'Użycie
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)
Wartość właściwości
Typ: System.Boolean
TRUE , jeśli wszystkie partie powinny być zwrócone; w przeciwnym razie false.