Edit

Share via


O365GroupAssociation class

Note

This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.

This class is primarily used with the PageContext class. If the site is associated with an O365 group, this object provides contextual information about the group.

Remarks

The constructor for this class is marked as internal. Third-party code should not call the constructor directly or create subclasses that extend the O365GroupAssociation class.

Properties

id

The GUID associated with the site's O365 Group.

type

This enum identifies if the associated O365 Group private or public or unknown.

Property Details

id

Note

This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.

The GUID associated with the site's O365 Group.

readonly id: Guid;

Property Value

type

Note

This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.

This enum identifies if the associated O365 Group private or public or unknown.

readonly type: O365GroupAssociationType;

Property Value