xApplication.CheckUserExistsInAnyPartition(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 whether the given user is present in any partition.
public:
static bool CheckUserExistsInAnyPartition(System::String ^ userId);
public static bool CheckUserExistsInAnyPartition (string userId);
static member CheckUserExistsInAnyPartition : string -> bool
Public Shared Function CheckUserExistsInAnyPartition (userId As String) As Boolean
Parameters
- userId
- String
Returns
true if the user exists in any of the partitions; otherwise, false.