MsGraph_RoomListGetProperties

Description

This activity allows you to read the value of the properties of an object of type MsRoomList.


Address

The city where the place is.

CountryOrRegion OutArgument<String>

The country or the region where the place is. The country or region. It's a free-format string value, for example, "United States".

PostalCode OutArgument<String>

The postal code of the place.

The State where the place is.

The street where the place is.


Contacts

EmailAddress OutArgument<String>

Email address of the place.

The phone number of the place.


Geo Coordinates

Accuracy OutArgument<Double>

The accuracy of the latitude and longitude. As an example, the accuracy can be measured in meters, such as the latitude and longitude are accurate to within 50 meters.

Altitude OutArgument<Double>

The altitude of the location.

AltitudeAccuracy OutArgument<Double>

The accuracy of the altitude.

Latitude OutArgument<Double>

The latitude of the location.

Longitude OutArgument<Double>

The longitude of the location.


Input

RoomList InArgument<MsRoomList> REQUIRED

The RoomList object from which to get the properties.


Place Info

PlaceDisplayName OutArgument<String>

The display name of the place.

PlaceId OutArgument<String>

The id of the place.