다음을 통해 공유


SystemDomainListGetCriteria.ListOption 속성

Gets or sets the individual list option to filter on. If not supplied, all list options are returned.

네임스페이스:  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
A string that represents the individual list option.

참고 항목

참조

SystemDomainListGetCriteria 클래스

Microsoft.MasterDataServices 네임스페이스