Entity.Root Property

Definition

The topmost parent entity in this hierarchy. If this entity is a root entity itself (i.e. Parent is invalid) then this returns this entity.

public:
 property Microsoft::Azure::RemoteRendering::Entity ^ Root { Microsoft::Azure::RemoteRendering::Entity ^ get(); };
public Microsoft.Azure.RemoteRendering.Entity Root { get; }
member this.Root : Microsoft.Azure.RemoteRendering.Entity
Public ReadOnly Property Root As Entity

Property Value

Applies to