NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ICodeGroup.MembershipCondition

The code group's membership condition.

[Visual Basic]
Property MembershipCondition As IMembershipCondition
[C#]
IMembershipCondition MembershipCondition {get; set;}
[C++]
IMembershipCondition* get_MembershipCondition() = 0;void set_MembershipCondition(IMembershipCondition*) = 0;
[JScript]
abstract function get MembershipCondition() : IMembershipCondition;
public abstract function set MembershipCondition(IMembershipCondition);

Property Value

Membership condition that determines what evidence the code group is applicable to.

Remarks

A membership condition tests evidence and returns a Boolean match or no-match result.

See Also

ICodeGroup Interface | ICodeGroup Members | System.Security.Policy Namespace