Nota
O acesso a esta página requer autorização. Podes tentar iniciar sessão ou mudar de diretório.
O acesso a esta página requer autorização. Podes tentar mudar de diretório.
Gets or sets the individual list grouping or category on which to filter. If not supplied, all list groups are returned.
Namespace: Microsoft.MasterDataServices.Services.DataContracts
Assembly: Microsoft.MasterDataServices.Services.Contracts (em Microsoft.MasterDataServices.Services.Contracts.dll)
Sintaxe
'Declaração
<DataMemberAttribute(IsRequired := False)> _
Public Property ListGroup As Nullable(Of Integer)
Get
Set
'Uso
Dim instance As SystemDomainListGetCriteria
Dim value As Nullable(Of Integer)
value = instance.ListGroup
instance.ListGroup = value
[DataMemberAttribute(IsRequired = false)]
public Nullable<int> ListGroup { get; set; }
[DataMemberAttribute(IsRequired = false)]
public:
property Nullable<int> ListGroup {
Nullable<int> get ();
void set (Nullable<int> value);
}
[<DataMemberAttribute(IsRequired = false)>]
member ListGroup : Nullable<int> with get, set
function get ListGroup () : Nullable<int>
function set ListGroup (value : Nullable<int>)
Valor da propriedade
Tipo: System.Nullable<Int32>
The individual list grouping or category.
Consulte também
Referência
SystemDomainListGetCriteria Classe
Namespace Microsoft.MasterDataServices.Services.DataContracts