次の方法で共有


SecurityPrincipalsCriteria.All プロパティ

ユーザー条件がすべて使用されているかどうかを示す値を取得または設定します。

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

構文

'宣言
<DataMemberAttribute> _
Public Property All As Boolean 
    Get 
    Set
'使用
Dim instance As SecurityPrincipalsCriteria 
Dim value As Boolean 

value = instance.All

instance.All = value
[DataMemberAttribute]
public bool All { get; set; }
[DataMemberAttribute]
public:
property bool All {
    bool get ();
    void set (bool value);
}
[<DataMemberAttribute>]
member All : bool with get, set
function get All () : boolean 
function set All (value : boolean)

プロパティ値

型: System.Boolean
すべてのユーザー条件が使用されている場合は true、それ以外の場合は false。

関連項目

参照

SecurityPrincipalsCriteria クラス

Microsoft.MasterDataServices.Services.DataContracts 名前空間