Search Results for

    Show / Hide Table of Contents

    Class TeamDiscoverySettings

    The Messaging Settings for the Team

    Inheritance
    System.Object
    BaseModel
    TeamDiscoverySettings
    Inherited Members
    BaseModel.ParentTemplate
    Namespace: PnP.Framework.Provisioning.Model.Teams
    Assembly: PnP.Framework.dll
    Syntax
    public class TeamDiscoverySettings : BaseModel, IProvisioningTemplateDescendant

    Properties

    ShowInTeamsSearchAndSuggestions

    Defines whether the Team is visible via search and suggestions from the Teams client

    Declaration
    public Boolean ShowInTeamsSearchAndSuggestions { get; set; }
    Property Value
    Boolean

    Methods

    Equals(TeamDiscoverySettings)

    Compares TeamDiscoverySettings object based on ShowInTeamsSearchAndSuggestions

    Declaration
    public bool Equals(TeamDiscoverySettings other)
    Parameters
    TeamDiscoverySettings other

    TeamDiscoverySettings Class object

    Returns
    System.Boolean

    true if the TeamDiscoverySettings object is equal to the current object; otherwise, false.

    Equals(Object)

    Compares object with TeamDiscoverySettings class

    Declaration
    public override bool Equals(object obj)
    Parameters
    System.Object obj

    Object that represents TeamDiscoverySettings

    Returns
    System.Boolean

    Checks whether object is TeamDiscoverySettings class

    GetHashCode()

    Gets the hash code

    Declaration
    public override int GetHashCode()
    Returns
    System.Int32

    Returns HashCode

    Extension Methods

    ValidationExtensions.ValidateNotNullOrEmpty<T>(T, String)
    ObjectExtensions.Set<TObject, T>(TObject, Expression<Func<TObject, T>>, T, Boolean, Boolean)
    ObjectExtensions.GetPublicInstancePropertyValue(Object, String)
    ObjectExtensions.GetPublicInstanceProperty(Object, String)
    ObjectExtensions.SetPublicInstancePropertyValue(Object, String, Object)
    Extensions.ToByteArray(Object)
    Back to top PnP Framework
    Generated by DocFX with Material UI
    spacer