RemoteAuthenticationActions.IsAction(String, 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.
Whether or not a given candidate
represents a given RemoteAuthenticationActions.
public:
static bool IsAction(System::String ^ action, System::String ^ candidate);
public static bool IsAction (string action, string candidate);
static member IsAction : string * string -> bool
Public Shared Function IsAction (action As String, candidate As String) As Boolean
Parameters
- action
- String
- candidate
- String
The candidate.
Returns
Whether or not is the given RemoteAuthenticationActions action.