次の方法で共有


ListCode プロパティ

フィルターを適用するドメイン リストの名前を取得または設定します。指定されていない場合は、すべてのドメイン リストが返されます。

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

構文

'宣言
<DataMemberAttribute(IsRequired := False)> _
Public Property ListCode As String
    Get
    Set
'使用
Dim instance As SystemDomainListGetCriteria
Dim value As String

value = instance.ListCode

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

プロパティ値

型: System. . :: . .String
名前を表す文字列。