Channel Class

 

Applies To: Dynamics Marketing

Represents a channel in Microsoft Dynamics Marketing.

Namespace:   Microsoft.Dynamics.Marketing.SDK.Model
Assembly:  Microsoft.Dynamics.Marketing.SDK (in Microsoft.Dynamics.Marketing.SDK.dll)

Inheritance Hierarchy

System.Object
  Microsoft.Dynamics.Marketing.SDK.Model.Channel

Syntax

[DataContractAttribute]
public class Channel
[DataContractAttribute]
public ref class Channel 
[<DataContractAttribute>]
type Channel = class end
<DataContractAttribute>
Public Class Channel

Constructors

Name Description
System_CAPS_pubmethod Channel()

Initializes a new instance of theChannel class.

Properties

Name Description
System_CAPS_pubproperty Id

Gets or sets the channel's ID.

System_CAPS_pubproperty Name

Gets or sets the channel's name.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Thread Safety

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.Dynamics.Marketing.SDK.Model
Developer overview of Microsoft Dynamics Marketing
Provide customized data to your users
Getting started with the SDK
Quick start with sample code
Sample code
Assembly included in the Microsoft Dynamics Marketing SDK
Web service and assembly reference

Return to top