Observação
O acesso a essa página exige autorização. Você pode tentar entrar ou alterar diretórios.
O acesso a essa página exige autorização. Você pode tentar alterar os diretórios.
Gets or sets the code of the individual list grouping, or category, to filter on. If not supplied, all list groups are returned.
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (em Microsoft.MasterDataServices.dll)
Sintaxe
'Declaração
<DataMemberAttribute> _
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]
public Nullable<int> ListGroup { get; set; }
[DataMemberAttribute]
public:
property Nullable<int> ListGroup {
Nullable<int> get ();
void set (Nullable<int> value);
}
[<DataMemberAttribute>]
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>
An integer that represents the code of the individual list grouping.