XppPrePostArgs.existsArg(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.
Checks the existence of the publisher's argument by name.
public:
bool existsArg(System::String ^ fieldName);
public bool existsArg (string fieldName);
member this.existsArg : string -> bool
Public Function existsArg (fieldName As String) As Boolean
Parameters
- fieldName
- String
Returns
A Boolean data type value that indicates whether the specified argument exists.
Remarks
Argument names are case insensitive.