SecurityPrincipalsCriteria.All プロパティ
ユーザー条件がすべて使用されているかどうかを示す値を取得または設定します。
名前空間: Microsoft.MasterDataServices
アセンブリ: Microsoft.MasterDataServices (Microsoft.MasterDataServices.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 です。