Compartir a través de


IgnorePropertiesAttribute.PropertyNames Propiedad

Obtiene o establece el nombre o nombres de propiedad controlados por el atributo IgnorePropertiesAttribute.

Espacio de nombres:  System.Data.Services
Ensamblado:  Microsoft.Data.Services (en Microsoft.Data.Services.dll)

Sintaxis

'Declaración
Public ReadOnly Property PropertyNames As ReadOnlyCollection(Of String)
    Get
'Uso
Dim instance As IgnorePropertiesAttribute
Dim value As ReadOnlyCollection(Of String)

value = instance.PropertyNames
public ReadOnlyCollection<string> PropertyNames { get; }
public:
property ReadOnlyCollection<String^>^ PropertyNames {
    ReadOnlyCollection<String^>^ get ();
}
member PropertyNames : ReadOnlyCollection<string>
function get PropertyNames () : ReadOnlyCollection<String>

Valor de la propiedad

Tipo: System.Collections.ObjectModel.ReadOnlyCollection<String>

Vea también

Referencia

IgnorePropertiesAttribute Clase

Espacio de nombres System.Data.Services