Share via


GroupMembershipCondition.ValueValidator(String, Boolean, String) Method

Definition

protected:
 override void ValueValidator(System::String ^ value, bool add, [Runtime::InteropServices::Out] System::String ^ % validatedValue);
protected override void ValueValidator (string value, bool add, out string validatedValue);
override this.ValueValidator : string * bool *  -> unit
Protected Overrides Sub ValueValidator (value As String, add As Boolean, ByRef validatedValue As String)

Parameters

value
String
add
Boolean
validatedValue
String

Applies to