QualifyMemberListRequest.ListId Property

Definition

Gets or sets the ID of the list to qualify. 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 to qualify. This corresponds to the List.ListId attribute, which is the primary key for the List entity.

Applies to