Search Results for

    Show / Hide Table of Contents

    Class EventLocationOptions

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

    Inheritance
    System.Object
    EventLocationOptions
    Namespace: PnP.Core.Model.Teams
    Assembly: PnP.Core.dll
    Syntax
    public class EventLocationOptions : object

    Properties

    Address

    Address options

    Declaration
    public EventAddressOptions Address { get; set; }
    Property Value
    EventAddressOptions

    Coordinates

    Coordinates options

    Declaration
    public EventCoordinateOptions Coordinates { get; set; }
    Property Value
    EventCoordinateOptions

    DisplayName

    Name of the location

    Declaration
    public string DisplayName { get; set; }
    Property Value
    System.String

    LocationEmailAddress

    Location email address

    Declaration
    public string LocationEmailAddress { get; set; }
    Property Value
    System.String

    LocationUri

    Location Uri

    Declaration
    public string LocationUri { get; set; }
    Property Value
    System.String

    Type

    Type of location

    Declaration
    public EventLocationType Type { get; set; }
    Property Value
    EventLocationType

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