RenderingSessionPropertiesArrayResult.SessionProperties 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.
In case of success, the SessionProperties property holds a valid array of RenderingSessionProperties instances.
public:
property cli::array <Microsoft::Azure::RemoteRendering::RenderingSessionProperties> ^ SessionProperties { cli::array <Microsoft::Azure::RemoteRendering::RenderingSessionProperties> ^ get(); };
public Microsoft.Azure.RemoteRendering.RenderingSessionProperties[] SessionProperties { get; }
member this.SessionProperties : Microsoft.Azure.RemoteRendering.RenderingSessionProperties[]
Public ReadOnly Property SessionProperties As RenderingSessionProperties()