ExtensionServiceCreator.ValidateName(List<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.
Return true if configured Extension Service class name is valid. False otherwise
public:
bool ValidateName(System::Collections::Generic::List<System::String ^> ^ errors);
public bool ValidateName (System.Collections.Generic.List<string> errors);
member this.ValidateName : System.Collections.Generic.List<string> -> bool
Public Function ValidateName (errors As List(Of String)) As Boolean
Parameters
Returns
Remarks
Adds items to errors log field if not valid