SoapHeaderMapping.Custom 属性

定义

获取一个 Boolean 值,该值指示 SOAP 标头映射是否为自定义定义。

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

属性值

true 如果 SOAP 标头映射为自定义定义,则为否则,为 false.

适用于