IgnorePropertiesAttribute.PropertyNames Property

Gets or sets the property name or names to controlled by the IgnorePropertiesAttribute attribute.

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>

Property Value

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

See Also

Reference

IgnorePropertiesAttribute Class

System.Data.Services Namespace