SystemDomainListGetCriteria.ListGroup プロパティ
フィルター選択する個々のリスト グループまたはカテゴリのコードを取得または設定します。 指定されていない場合は、すべてのリスト グループが返されます。
名前空間: Microsoft.MasterDataServices
アセンブリ: Microsoft.MasterDataServices (Microsoft.MasterDataServices.dll)
構文
'宣言
<DataMemberAttribute> _
Public Property ListGroup As Nullable(Of Integer)
Get
Set
'使用
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>)
プロパティ値
型: System.Nullable<Int32>
個々のリスト グループのコードを表す文字列。