Show / Hide Table of Contents

Class InviteParticipantsOperation

The type Invite Participants Operation.

Inheritance
System.Object
Entity
Operation
InviteParticipantsOperation
Inherited Members
Operation.ClientContext
Operation.Status
Operation.ErrorInfo
Entity.Id
Entity.AdditionalData
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Microsoft.Graph
Assembly: Microsoft.Graph.CoreSDK.dll
Syntax
[JsonObject(MemberSerialization = MemberSerialization.OptIn)]
public class InviteParticipantsOperation : Operation

Properties

View Source

Participants

Gets or sets participants.

Declaration
[JsonProperty(NullValueHandling = NullValueHandling.Ignore, PropertyName = "participants", Required = Required.Default)]
public IEnumerable<InvitationParticipantInfo> Participants { get; set; }
Property Value
Type Description
System.Collections.Generic.IEnumerable<InvitationParticipantInfo>
  • View Source
Back to top Generated by DocFX