Freigeben über


IgnorePropertiesAttribute.PropertyNames-Eigenschaft

Ruft den oder die Eigenschaftsnamen ab, die durch das IgnorePropertiesAttribute-Attribut gesteuert werden oder legt sie fest.

Namespace:  System.Data.Services
Assembly:  Microsoft.Data.Services (in Microsoft.Data.Services.dll)

Syntax

'Declaration
Public ReadOnly Property PropertyNames As ReadOnlyCollection(Of String)
    Get
'Usage
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>

Eigenschaftswert

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

Siehe auch

Verweis

IgnorePropertiesAttribute Klasse

System.Data.Services-Namespace