AppointmentsToIgnore.Appointments Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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