Show / Hide Table of Contents

Class WebProperty

Represents a web property.

Inheritance
object
WebProperty
Implements
IMessage<WebProperty>
IEquatable<WebProperty>
IDeepCloneable<WebProperty>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Ads.AdManager.V1
Assembly: Google.Ads.AdManager.V1.dll
Syntax
public sealed class WebProperty : IMessage<WebProperty>, IEquatable<WebProperty>, IDeepCloneable<WebProperty>, IBufferMessage, IMessage

Constructors

WebProperty()

Declaration
public WebProperty()

WebProperty(WebProperty)

Declaration
public WebProperty(WebProperty other)
Parameters
Type Name Description
WebProperty other

Properties

Name

Identifier. The resource name of the WebProperty. Format: networks/{network_code}/webProperties/{web_property_code}

Declaration
public string Name { get; set; }
Property Value
Type Description
string

ProductType

Required. The ExchangeSyndicationProduct associated with this WebProperty.

Declaration
public ExchangeSyndicationProductEnum.Types.ExchangeSyndicationProduct ProductType { get; set; }
Property Value
Type Description
ExchangeSyndicationProductEnum.Types.ExchangeSyndicationProduct

WebPropertyCode

Required. The WebProperty code.

Declaration
public string WebPropertyCode { get; set; }
Property Value
Type Description
string

WebPropertyId

Optional. The WebProperty ID.

Declaration
public long WebPropertyId { get; set; }
Property Value
Type Description
long

WebPropertyName

WebPropertyName-typed view over the Name resource name property.

Declaration
public WebPropertyName WebPropertyName { get; set; }
Property Value
Type Description
WebPropertyName
In this article
Back to top Generated by DocFX