SystemDomainListGetCriteria.ListCode 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置要筛选的域列表的名称。 如果未提供,则返回所有域列表。
public:
property System::String ^ ListCode { System::String ^ get(); void set(System::String ^ value); };
[System.Runtime.Serialization.DataMember]
public string ListCode { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.ListCode : string with get, set
Public Property ListCode As String
属性值
一个表示域列表的字符串。
- 属性