Class CallChangeScreenSharingRoleRequestBody
The type CallChangeScreenSharingRoleRequestBody.
Inheritance
System.Object
CallChangeScreenSharingRoleRequestBody
Inherited Members
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 CallChangeScreenSharingRoleRequestBody
Properties
View SourceRole
Gets or sets Role.
Declaration
[JsonProperty(NullValueHandling = NullValueHandling.Ignore, PropertyName = "role", Required = Required.Default)]
public ScreenSharingRole Role { get; set; }
Property Value
Type | Description |
---|---|
ScreenSharingRole |