'
Show / Hide Table of Contents

Class Advertiser

Data model that defines an Advertiser

Namespace: Ayuda.BMS.Services.Models

Properties

AdvertiserID

Gets or sets the advertiser ID.

Declaration
[DataMember]
public Guid AdvertiserID { get; set; }
Property Value
Type Description
System.Guid

The advertiser ID.

Name

Gets or sets the name.

Declaration
[DataMember]
public string Name { get; set; }
Property Value
Type Description
System.String

The name.

Back to top Generated by DocFX