SoapHeaderMapping.Custom 속성

정의

SOAP 헤더 매핑이 사용자 정의되어 있는지 여부를 나타내는 Boolean 값을 가져옵니다.

public:
 property bool Custom { bool get(); };
public bool Custom { get; }
member this.Custom : bool
Public ReadOnly Property Custom As Boolean

속성 값

Boolean

SOAP 헤더 매핑이 사용자 정의되어 있으면 true이고, 그렇지 않으면 false입니다.

적용 대상