Category.Id Property

 

Applies To: Dynamics Marketing

Gets or sets the category’s ID.

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

Syntax

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

Property Value

Type: System.Nullable<Guid>

Type: Guid

See Also

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

Return to top