'
Show / Hide Table of Contents

Class CampaignSearchResult

The data structure of the result of a campaign search.

Namespace: Ayuda.BMS.Splash.PI.SDK.Models

Properties

Label

The name of the campaign.

Declaration
public string Label { get; set; }
Property Value
Type Description
System.String

Value

The ID of the campaign.

Declaration
public Guid Value { get; set; }
Property Value
Type Description
System.Guid
Back to top Generated by DocFX