SystemDomainListGetCriteria.ListOption プロパティ

フィルター選択する個々のリスト オプションを取得または設定します。 指定されていない場合は、すべてのリスト オプションが返されます。

名前空間:  Microsoft.MasterDataServices
アセンブリ:  Microsoft.MasterDataServices (Microsoft.MasterDataServices.dll)

構文

'宣言
<DataMemberAttribute> _
Public Property ListOption As String
    Get
    Set
'使用
Dim instance As SystemDomainListGetCriteria
Dim value As String

value = instance.ListOption

instance.ListOption = value
[DataMemberAttribute]
public string ListOption { get; set; }
[DataMemberAttribute]
public:
property String^ ListOption {
    String^ get ();
    void set (String^ value);
}
[<DataMemberAttribute>]
member ListOption : string with get, set
function get ListOption () : String
function set ListOption (value : String)

プロパティ値

型: System.String
個々のリスト オプションを表す文字列。

関連項目

参照

SystemDomainListGetCriteria クラス

Microsoft.MasterDataServices 名前空間