ParameterBase.CheckParamName(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.
Check parameter name for validaton
protected void CheckParamName (string paramName);
member this.CheckParamName : string -> unit
Protected Sub CheckParamName (paramName As String)
Parameters
- paramName
- String
parameter name
Remarks
First character should be @ sign and the rest characters should follow the regular identifier rule.