フィルターを適用する個々のリスト オプションを取得または設定します。 指定されていない場合は、すべてのリスト オプションが返されます。
名前空間: Microsoft.MasterDataServices.Services.DataContracts
アセンブリ: Microsoft.MasterDataServices.Services.Contracts (Microsoft.MasterDataServices.Services.Contracts.dll)
構文
'宣言
<DataMemberAttribute(IsRequired := False)> _
Public Property ListOption As String
Get
Set
'使用
Dim instance As SystemDomainListGetCriteria
Dim value As String
value = instance.ListOption
instance.ListOption = value
[DataMemberAttribute(IsRequired = false)]
public string ListOption { get; set; }
[DataMemberAttribute(IsRequired = false)]
public:
property String^ ListOption {
String^ get ();
void set (String^ value);
}
[<DataMemberAttribute(IsRequired = false)>]
member ListOption : string with get, set
function get ListOption () : String
function set ListOption (value : String)
プロパティ値
型: System.String
個々のリスト オプション。