INavigationEntityInfo.Properties Property

Definition

Gets the properties defined for the entity.

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

Property Value

The properties defined for the entity.

Applies to