Package.ExportViews Property

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Gets or sets a collection of export view for a package.

Namespace:   Microsoft.MasterDataServices.Deployment
Assembly:  Microsoft.MasterDataServices.Deployment (in Microsoft.MasterDataServices.Deployment.dll)

Syntax

public Collection<ExportView> ExportViews { get; set; }
public:
property Collection<ExportView^>^ ExportViews {
    Collection<ExportView^>^ get();
    void set(Collection<ExportView^>^ value);
}
member ExportViews : Collection<ExportView> with get, set
Public Property ExportViews As Collection(Of ExportView)

Property Value

Type: System.Collections.ObjectModel.Collection<ExportView>

A collection of export view for a package.

See Also

Package Class
Microsoft.MasterDataServices.Deployment Namespace

Return to top