Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Gets the properties declared immediately within this type.
Namespace: Microsoft.Data.Edm
Assembly: Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)
Syntax
'Declaration
ReadOnly Property DeclaredProperties As IEnumerable(Of IEdmProperty)
Get
'Usage
Dim instance As IEdmStructuredType
Dim value As IEnumerable(Of IEdmProperty)
value = instance.DeclaredProperties
IEnumerable<IEdmProperty> DeclaredProperties { get; }
property IEnumerable<IEdmProperty^>^ DeclaredProperties {
IEnumerable<IEdmProperty^>^ get ();
}
abstract DeclaredProperties : IEnumerable<IEdmProperty>
function get DeclaredProperties () : IEnumerable<IEdmProperty>
Property Value
Type: System.Collections.Generic.IEnumerable<IEdmProperty>
The properties declared immediately within this type.