Diagram.ClientViews Property

Definition

Gets the DiagramClientViews that this Diagram has.

public:
 property System::Collections::IList ^ ClientViews { System::Collections::IList ^ get(); };
public System.Collections.IList ClientViews { get; }
member this.ClientViews : System.Collections.IList
Public ReadOnly Property ClientViews As IList

Property Value

An IList containing the DiagramClientViews that this Diagram has.

Applies to