Search Results for

    Show / Hide Table of Contents

    Interface IGraphPhysicalAddress

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

    Inherited Members
    IDataModel<IGraphPhysicalAddress>.Requested
    IDataModel<IGraphPhysicalAddress>.HasValue(string)
    IDataModel<IGraphPhysicalAddress>.HasChanged(string)
    IDataModel<IGraphPhysicalAddress>.IsPropertyAvailable(Expression<Func<IGraphPhysicalAddress, object>>)
    IDataModel<IGraphPhysicalAddress>.ArePropertiesAvailable(params Expression<Func<IGraphPhysicalAddress, object>>[])
    IDataModel<IGraphPhysicalAddress>.EnsureProperties(params Expression<Func<IGraphPhysicalAddress, object>>[])
    IDataModel<IGraphPhysicalAddress>.EnsurePropertiesAsync(params Expression<Func<IGraphPhysicalAddress, object>>[])
    IDataModel<IGraphPhysicalAddress>.ExecuteRequestAsync(ApiRequest)
    IDataModel<IGraphPhysicalAddress>.ExecuteRequest(ApiRequest)
    IDataModel<IGraphPhysicalAddress>.ExecuteRequestBatchAsync(ApiRequest)
    IDataModel<IGraphPhysicalAddress>.ExecuteRequestBatch(ApiRequest)
    IDataModel<IGraphPhysicalAddress>.ExecuteRequestBatchAsync(Batch, ApiRequest)
    IDataModel<IGraphPhysicalAddress>.ExecuteRequestBatch(Batch, ApiRequest)
    IDataModelParent.Parent
    IDataModelWithContext.PnPContext
    Namespace: PnP.Core.Model.Teams
    Assembly: PnP.Core.dll
    Syntax
    public interface IGraphPhysicalAddress : IDataModel<IGraphPhysicalAddress>, IDataModelParent, IDataModelWithContext, ISupportModules<IGraphPhysicalAddress>

    Properties

    City

    The city.

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

    CountryOrRegion

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

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

    PostalCode

    The postal code.

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

    State

    The state.

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

    Street

    The street.

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

    Extension Methods

    RequestModuleExtensions.WithHeaders<TModel>(ISupportModules<TModel>, Dictionary<string, string>, Action<Dictionary<string, string>>)
    RequestModuleExtensions.WithResponseHeaders<TModel>(ISupportModules<TModel>, Action<Dictionary<string, string>>)
    Back to top PnP Core SDK
    Generated by DocFX with Material UI
    spacer