AddListMembersListRequest.ListId Property

Definition

Gets or sets the ID of the list. Required.

public:
 property Guid ListId { Guid get(); void set(Guid value); };
public Guid ListId { get; set; }
member this.ListId : Guid with get, set
Public Property ListId As Guid

Property Value

The ID of the list. This corresponds to the List.ListId column, which is the primary key for the List table.

Applies to