AppointmentsToIgnore.Appointments Property

Definition

Gets or sets an array of IDs of appointments to ignore.

public:
 property cli::array <Guid> ^ Appointments { cli::array <Guid> ^ get(); void set(cli::array <Guid> ^ value); };
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Performance", "CA1819:PropertiesShouldNotReturnArrays", Justification="Needed to ensure backward compatibility")]
[System.Runtime.Serialization.DataMember]
public Guid[] Appointments { get; set; }
[<System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Performance", "CA1819:PropertiesShouldNotReturnArrays", Justification="Needed to ensure backward compatibility")>]
[<System.Runtime.Serialization.DataMember>]
member this.Appointments : Guid[] with get, set
Public Property Appointments As Guid()

Property Value

Guid[]

The array of IDs of appointments to ignore.

Attributes

Applies to