Table of Contents

Interface IGraphPhysicalAddress

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

Represents the street address of a resource such as a contact or event.

public interface IGraphPhysicalAddress : IDataModel<IGraphPhysicalAddress>, IDataModelParent, IDataModelWithContext, ISupportModules<IGraphPhysicalAddress>
Inherited Members
Extension Methods

Properties

City

The city.

string City { get; set; }

Property Value

string

CountryOrRegion

The country or region. It's a free-format string value, for example, "United States".

string CountryOrRegion { get; set; }

Property Value

string

PostalCode

The postal code.

string PostalCode { get; set; }

Property Value

string

State

The state.

string State { get; set; }

Property Value

string

Street

The street.

string Street { get; set; }

Property Value

string