Share via


INavigationDetailsViewInfo.Properties Property

Gets the properties defined or required for this 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 IEnumerable(Of INavigationPropertyInfo)
    Get
'Usage
Dim instance As INavigationDetailsViewInfo
Dim value As IEnumerable(Of INavigationPropertyInfo)

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

Property Value

Type: System.Collections.Generic.IEnumerable<INavigationPropertyInfo>
A value that represents the properties defined or required for this details view.