Class Site
Assembly: Glitch9.AIDevKit.Provider.Microsoft.Graph.dll
Syntax
public sealed class Site : IHasId<string>
Fields
|
Edit this page
View Source
Name
Declaration
[JsonProperty("name")]
public string Name
Field Value
|
Edit this page
View Source
SiteCollection
Declaration
[JsonProperty("siteCollection")]
public SiteCollection SiteCollection
Field Value
Properties
|
Edit this page
View Source
DisplayName
Declaration
[JsonProperty("displayName")]
public string DisplayName { get; set; }
Property Value
|
Edit this page
View Source
Id
Declaration
[JsonProperty("id")]
public string Id { get; set; }
Property Value
|
Edit this page
View Source
WebUrl
Declaration
[JsonProperty("webUrl")]
public string WebUrl { get; set; }
Property Value
Implements
Extension Methods