IExplorerEntityDescriptor.Properties Property

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

Namespace:  Microsoft.SqlServer.Management
Assembly:  Microsoft.SqlServer.Management.SDK.SqlStudio (in Microsoft.SqlServer.Management.SDK.SqlStudio.dll)

Syntax

'Declaration
ReadOnly Property Properties As IList(Of IExplorerPropertyDescriptor)
    Get
'Usage
Dim instance As IExplorerEntityDescriptor
Dim value As IList(Of IExplorerPropertyDescriptor)

value = instance.Properties
IList<IExplorerPropertyDescriptor> Properties { get; }
property IList<IExplorerPropertyDescriptor^>^ Properties {
    IList<IExplorerPropertyDescriptor^>^ get ();
}
abstract Properties : IList<IExplorerPropertyDescriptor>
function get Properties () : IList<IExplorerPropertyDescriptor>

Property Value

Type: System.Collections.Generic.IList<IExplorerPropertyDescriptor>
The properties that are defined or required.