Search Results for

    Show / Hide Table of Contents

    Class FindUsersByNameResult

    Inheritance
    System.Object
    FindUsersByNameResult
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: ImageVault.Common.Security
    Assembly: ImageVault.Common.dll
    Syntax
    public class FindUsersByNameResult

    Constructors

    FindUsersByNameResult()

    Declaration
    public FindUsersByNameResult()

    Fields

    TotalRecords

    Get/Sets the TotalRecords of the FindUsersByNameResult

    Declaration
    public int TotalRecords
    Field Value
    Type Description
    System.Int32

    Users

    Get/Sets the Users of the FindUsersByNameResult

    Declaration
    public List<string> Users
    Field Value
    Type Description
    System.Collections.Generic.List<System.String>

    Extension Methods

    EnumExtensions.GetNames<TEnum>(TEnum)
    In This Article
    Back to top (c) Meriworks 2002-2022