Table of Contents

Class EventAddressOptions

Namespace
PnP.Core.Model.Teams
Assembly
PnP.Core.dll

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

public class EventAddressOptions
Inheritance
EventAddressOptions
Inherited Members

Properties

City

City

public string City { get; set; }

Property Value

string

CountryOrRegion

Country Or Region

public string CountryOrRegion { get; set; }

Property Value

string

PostalCode

PostalCode

public string PostalCode { get; set; }

Property Value

string

State

State

public string State { get; set; }

Property Value

string

Street

Street

public string Street { get; set; }

Property Value

string