ContentPropertyAttribute.Name 속성

정의

String 콘텐츠 속성의 이름을 나타내는 값을 가져옵니다.

public:
 property System::String ^ Name { System::String ^ get(); };
public string Name { get; }
member this.Name : string
Public ReadOnly Property Name As String

속성 값

String 콘텐츠 속성의 이름을 나타내는 값입니다.

설명

다음과 같은 제한 사항은 다음과 같습니다.ContentPropertyAttribute

  • Type, Stack<T>지원 Queue<T> 되지 않는 ContentProperty 형식입니다.

  • 빈 문자열은 null 값으로 역직렬화됩니다.

  • 를 사용하여 ContentProperty 필드에 바인딩하는 A ActivityBind 는 .로 ContentPropertyserialize되지 않습니다.

  • ContentProperty 비 콘텐츠 속성과의 인터리브는 워크플로 태그에서 지원되지 않습니다.

적용 대상