Program.Id Property

 

Applies To: Dynamics Marketing

Gets or sets the program’s ID.

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

Syntax

[DataMemberAttribute]
public Guid Id { get; set; }
public:
[DataMemberAttribute]
property Guid Id {
    Guid get();
    void set(Guid value);
}
[<DataMemberAttribute>]
member Id : Guid with get, set
<DataMemberAttribute>
Public Property Id As Guid

Property Value

Type: System.Guid

Type: Guid

See Also

Program Class
Microsoft.Dynamics.Marketing.SDK.Model Namespace

Return to top