ModelCatalogItem.Perspectives 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 a list of any perspectives for this model.
public:
property cli::array <ReportService2006::ModelPerspective ^> ^ Perspectives { cli::array <ReportService2006::ModelPerspective ^> ^ get(); void set(cli::array <ReportService2006::ModelPerspective ^> ^ value); };
public ReportService2006.ModelPerspective[] Perspectives { get; set; }
member this.Perspectives : ReportService2006.ModelPerspective[] with get, set
Public Property Perspectives As ModelPerspective()
Property Value
An array of ModelPerspective objects.