Interface IGraphPhysicalAddress
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
CountryOrRegion
The country or region. It's a free-format string value, for example, "United States".
string CountryOrRegion { get; set; }
Property Value
PostalCode
The postal code.
string PostalCode { get; set; }
Property Value
State
The state.
string State { get; set; }
Property Value
Street
The street.
string Street { get; set; }