IgnorePropertiesAttribute.PropertyNames 屬性
取得或設定 IgnorePropertiesAttribute 屬性 (Attribute) 控制的屬性 (Property) 名稱。
命名空間: System.Data.Services
組件: Microsoft.Data.Services (在 Microsoft.Data.Services.dll 中)
語法
'宣告
Public ReadOnly Property PropertyNames As ReadOnlyCollection(Of String)
Get
'用途
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>
屬性值
型別:System.Collections.ObjectModel.ReadOnlyCollection<String>