ContactAddOptions.ContainerId Property
Gets or sets the container ID where an access control entry will automatically be added.
Namespace: Microsoft.Rtc.Collaboration.ContactsGroups
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Property ContainerId As Integer
Get
Set
'Usage
Dim instance As ContactAddOptions
Dim value As Integer
value = instance.ContainerId
instance.ContainerId = value
public int ContainerId { get; set; }
Property Value
Type: System.Int32