Proprietà IgnorePropertiesAttribute.PropertyNames
Ottiene o imposta il nome o i nomi di proprietà controllati dall'attributo IgnorePropertiesAttribute.
Spazio dei nomi System.Data.Services
Assembly: Microsoft.Data.Services (in Microsoft.Data.Services.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property PropertyNames As ReadOnlyCollection(Of String)
Get
'Utilizzo
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>
Valore proprietà
Tipo: System.Collections.ObjectModel.ReadOnlyCollection<String>