CXSetGroupCallAction.CallUuidToGroupWith Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the UUID that identifies the call to join.
public virtual Foundation.NSUuid CallUuidToGroupWith { [Foundation.Export("callUUIDToGroupWith", ObjCRuntime.ArgumentSemantic.Copy)] get; [Foundation.Export("setCallUUIDToGroupWith:", ObjCRuntime.ArgumentSemantic.Copy)] set; }
member this.CallUuidToGroupWith : Foundation.NSUuid with get, set
Property Value
The UUID that identifies the call to join.
This value can be null
.
- Attributes