Search Results for

    Show / Hide Table of Contents

    Class EventCoordinateOptions

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

    Inheritance
    object
    EventCoordinateOptions
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: PnP.Core.Model.Teams
    Assembly: PnP.Core.dll
    Syntax
    public class EventCoordinateOptions

    Properties

    Accuracy

    Accuracy

    Declaration
    public double Accuracy { get; set; }
    Property Value
    double

    Altitude

    Altitude

    Declaration
    public double Altitude { get; set; }
    Property Value
    double

    AltitudeAccuracy

    Altitude Accuracy

    Declaration
    public double AltitudeAccuracy { get; set; }
    Property Value
    double

    Latitude

    Latitude

    Declaration
    public double Latitude { get; set; }
    Property Value
    double

    Longitude

    Longitude

    Declaration
    public double Longitude { get; set; }
    Property Value
    double

    Back to top PnP Core SDK
    Generated by DocFX with Material UI
    spacer