Interface IGraphTimeSlot
Represents a time slot for a meeting.
Inherited Members
Namespace: PnP.Core.Model.Teams
Assembly: PnP.Core.dll
Syntax
public interface IGraphTimeSlot : IDataModel<IGraphTimeSlot>, IDataModelParent, IDataModelWithContext, ISupportModules<IGraphTimeSlot>
Properties
Address
The date, time, and time zone that a period ends.
Declaration
string Address { get; set; }
Property Value
System.String
|
Name
The date, time, and time zone that a period begins.
Declaration
string Name { get; set; }
Property Value
System.String
|