IExplorerEntityDescriptor.Properties Property

Definition

Gets the properties that are defined or required for the details view.

public:
 property System::Collections::Generic::IList<Microsoft::SqlServer::Management::Explorer::IExplorerPropertyDescriptor ^> ^ Properties { System::Collections::Generic::IList<Microsoft::SqlServer::Management::Explorer::IExplorerPropertyDescriptor ^> ^ get(); };
public System.Collections.Generic.IList<Microsoft.SqlServer.Management.Explorer.IExplorerPropertyDescriptor> Properties { get; }
member this.Properties : System.Collections.Generic.IList<Microsoft.SqlServer.Management.Explorer.IExplorerPropertyDescriptor>
Public ReadOnly Property Properties As IList(Of IExplorerPropertyDescriptor)

Property Value

The properties that are defined or required.

Applies to