IgnorePropertiesAttribute 생성자 (String)
IgnorePropertiesAttribute 클래스의 새 인스턴스를 초기화합니다.
네임스페이스: System.Data.Services
어셈블리: Microsoft.Data.Services(Microsoft.Data.Services.dll)
구문
‘선언
Public Sub New ( _
propertyName As String _
)
‘사용 방법
Dim propertyName As String
Dim instance As New IgnorePropertiesAttribute(propertyName)
public IgnorePropertiesAttribute(
string propertyName
)
public:
IgnorePropertiesAttribute(
String^ propertyName
)
new :
propertyName:string -> IgnorePropertiesAttribute
public function IgnorePropertiesAttribute(
propertyName : String
)
매개 변수
- propertyName
유형: System.String
할당할 속성을 포함하는 문자열 값입니다.