다음을 통해 공유


MsmqIntegrationMessageProperty.AppSpecific 속성

정의

애플리케이션 관련 추가 정보를 지정합니다.

public:
 property Nullable<int> AppSpecific { Nullable<int> get(); void set(Nullable<int> value); };
public int? AppSpecific { get; set; }
member this.AppSpecific : Nullable<int> with get, set
Public Property AppSpecific As Nullable(Of Integer)

속성 값

Nullable<Int32>

애플리케이션 관련 추가 정보를 나타내는 integer 값입니다.

설명

서로 다른 형식의 메시지를 구성하는 데 사용할 수 있는 애플리케이션 관련 정보가 포함되어 있습니다. 예를 들어 애플리케이션 관련 인덱스를 사용할 수 있습니다.

적용 대상