다음을 통해 공유


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>

참고 항목

참조

IgnorePropertiesAttribute 클래스

System.Data.Services 네임스페이스