Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
Gets the collection of EDM enum members that belong to this type.
Namespace: System.Web.OData.Builder
Assembly: System.Web.OData (in System.Web.OData.dll)
Syntax
public IEnumerable<EnumMemberConfiguration> Members { get; }
public:
property IEnumerable<EnumMemberConfiguration^>^ Members {
IEnumerable<EnumMemberConfiguration^>^ get();
}
member Members : IEnumerable<EnumMemberConfiguration> with get
Public ReadOnly Property Members As IEnumerable(Of EnumMemberConfiguration)
Property Value
Type: System.Collections.Generic.IEnumerable<EnumMemberConfiguration>
See Also
EnumTypeConfiguration<TEnumType> Class
System.Web.OData.Builder Namespace
Return to top