Search Results for

    Show / Hide Table of Contents

    Class EventAddressOptions

    Options that can be set when creating an address location for a meeting request

    Inheritance
    object
    EventAddressOptions
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: PnP.Core.Model.Teams
    Assembly: PnP.Core.dll
    Syntax
    public class EventAddressOptions

    Properties

    City

    City

    Declaration
    public string City { get; set; }
    Property Value
    string

    CountryOrRegion

    Country Or Region

    Declaration
    public string CountryOrRegion { get; set; }
    Property Value
    string

    PostalCode

    PostalCode

    Declaration
    public string PostalCode { get; set; }
    Property Value
    string

    State

    State

    Declaration
    public string State { get; set; }
    Property Value
    string

    Street

    Street

    Declaration
    public string Street { get; set; }
    Property Value
    string

    Back to top PnP Core SDK
    Generated by DocFX with Material UI
    spacer