Validates that the parameter is not specified, as denoted by the "isSpecified" field.
Namespace: Nehta.VendorLibrary.CommonAssembly: Nehta.VendorLibrary.Common (in Nehta.VendorLibrary.Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
public static void ValidateArgumentNotAllowed(
string name,
bool isSpecified
) |
Visual Basic |
---|
Public Shared Sub ValidateArgumentNotAllowed ( _
name As String, _
isSpecified As Boolean _
) |
Visual C++ |
---|
public:
static void ValidateArgumentNotAllowed(
String^ name,
bool isSpecified
) |
See Also