IgnorePropertiesAttribute.PropertyNames プロパティ
IgnorePropertiesAttribute 属性の制御対象となるプロパティ名を取得または設定します。
名前空間: 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>