Class MeetingInfo
Inheritance
System.Object
MeetingInfo
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Microsoft.Skype.Bots.Calling.ObjectModel.Contracts
Assembly: Microsoft.Skype.Bots.Calling.ObjectModel.dll
Syntax
public class MeetingInfo
Constructors
MeetingInfo()
Declaration
public MeetingInfo()
Properties
MessageId
Declaration
public string MessageId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
OrganizerId
Declaration
public Guid OrganizerId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Guid |
ReplyChainMessageId
Declaration
public string ReplyChainMessageId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
TenantId
Declaration
public Guid TenantId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Guid |
ThreadId
Declaration
public string ThreadId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Methods
Equals(Object)
Declaration
public override bool Equals(object obj)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Object | obj |
Returns
| Type | Description |
|---|---|
| System.Boolean |
Overrides
System.Object.Equals(System.Object)
GetHashCode()
Declaration
public override int GetHashCode()
Returns
| Type | Description |
|---|---|
| System.Int32 |
Overrides
System.Object.GetHashCode()
Validate()
Declaration
public void Validate()