ResourceType.ETagProperties Property

Definition

Gets the list of properties for this type.

public:
 property System::Collections::ObjectModel::ReadOnlyCollection<System::Data::Services::Providers::ResourceProperty ^> ^ ETagProperties { System::Collections::ObjectModel::ReadOnlyCollection<System::Data::Services::Providers::ResourceProperty ^> ^ get(); };
public System.Collections.ObjectModel.ReadOnlyCollection<System.Data.Services.Providers.ResourceProperty> ETagProperties { get; }
member this.ETagProperties : System.Collections.ObjectModel.ReadOnlyCollection<System.Data.Services.Providers.ResourceProperty>
Public ReadOnly Property ETagProperties As ReadOnlyCollection(Of ResourceProperty)

Property Value

ReadOnlyCollection<T> of ResourceType.

Applies to