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(Expression<Func<IGraphPhysicalAddress, Object>>[])
    IDataModel<IGraphPhysicalAddress>.EnsureProperties(Expression<Func<IGraphPhysicalAddress, Object>>[])
    IDataModel<IGraphPhysicalAddress>.EnsurePropertiesAsync(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
    System.String

    CountryOrRegion

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

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

    PostalCode

    The postal code.

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

    State

    The state.

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

    Street

    The street.

    Declaration
    string Street { get; set; }
    Property Value
    System.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