PublishProjectItemsOptionsItemIds Property  | 
 
            Gets or sets the IDs of the items to publish.
            
 
    Namespace: 
   Dundas.BI.WebApi.Models
    Assembly:
   Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntax[DataMemberAttribute(Name = "itemIds", EmitDefaultValue = true)]
public Guid[]? ItemIds { get; set; }<DataMemberAttribute(Name := "itemIds", EmitDefaultValue := true)>
Public Property ItemIds As Guid()
	Get
	Set
public:
[DataMemberAttribute(Name = L"itemIds", EmitDefaultValue = true)]
property array<Guid>^ ItemIds {
	array<Guid>^ get ();
	void set (array<Guid>^ value);
}[<DataMemberAttribute(Name = "itemIds", EmitDefaultValue = true)>]
member ItemIds : Guid[] with get, set
Property Value
Type: 
Guid
            The ID of the items.
            
See Also