AppointmentRequest.Sites 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 the sites where the requested appointment can take place.
public:
property cli::array <Guid> ^ Sites { 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[] Sites { get; set; }
[<System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Performance", "CA1819:PropertiesShouldNotReturnArrays", Justification="Needed to ensure backward compatibility")>]
[<System.Runtime.Serialization.DataMember>]
member this.Sites : Guid[] with get, set
Public Property Sites As Guid()
Property Value
Guid[]
The array of site IDs, where the requested appointment can take place.
The site ID corresponds to the Site.SiteId
column,
which is the primary key for the Site
table.
- Attributes