CodeGroup.MembershipCondition Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the code group's membership condition.
public:
property System::Security::Policy::IMembershipCondition ^ MembershipCondition { System::Security::Policy::IMembershipCondition ^ get(); void set(System::Security::Policy::IMembershipCondition ^ value); };
public System.Security.Policy.IMembershipCondition MembershipCondition { get; set; }
member this.MembershipCondition : System.Security.Policy.IMembershipCondition with get, set
Public Property MembershipCondition As IMembershipCondition
Property Value
The membership condition that determines to which evidence the code group is applicable.
Exceptions
An attempt is made to set this parameter to null
.
Remarks
A membership condition tests evidence and returns a Boolean value that tells whether there is a match.
Applies to
שתף איתנו פעולה ב- GitHub
ניתן למצוא את המקור לתוכן זה ב- GitHub, שם ניתן גם ליצור ולסקור בעיות ולמשוך בקשות. לקבלת מידע נוסף, עיין במדריך התורמים שלנו.