DefaultModelBindingMessageProvider.SetValueMustNotBeNullAccessor 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.
Sets the ValueMustNotBeNullAccessor property.
public:
 void SetValueMustNotBeNullAccessor(Func<System::String ^, System::String ^> ^ valueMustNotBeNullAccessor);public void SetValueMustNotBeNullAccessor(Func<string,string> valueMustNotBeNullAccessor);member this.SetValueMustNotBeNullAccessor : Func<string, string> -> unitPublic Sub SetValueMustNotBeNullAccessor (valueMustNotBeNullAccessor As Func(Of String, String))