GroupMembershipCondition.ValueValidator(String, Boolean, String) Method
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.
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