Condividi tramite


Proprietà ResourceType.ETagProperties

Ottiene l'elenco di proprietà per questo tipo.

Spazio dei nomi  System.Data.Services.Providers
Assembly:  Microsoft.Data.Services (in Microsoft.Data.Services.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property ETagProperties As ReadOnlyCollection(Of ResourceProperty)
    Get
'Utilizzo
Dim instance As ResourceType
Dim value As ReadOnlyCollection(Of ResourceProperty)

value = instance.ETagProperties
public ReadOnlyCollection<ResourceProperty> ETagProperties { get; }
public:
property ReadOnlyCollection<ResourceProperty^>^ ETagProperties {
    ReadOnlyCollection<ResourceProperty^>^ get ();
}
member ETagProperties : ReadOnlyCollection<ResourceProperty>
function get ETagProperties () : ReadOnlyCollection<ResourceProperty>

Valore proprietà

Tipo: System.Collections.ObjectModel.ReadOnlyCollection<ResourceProperty>
Oggetto ReadOnlyCollection<T> dell'oggetto ResourceType.

Vedere anche

Riferimento

ResourceType Classe

Spazio dei nomi System.Data.Services.Providers