SoapHeaderMapping.Repeats 속성

정의

SOAP 헤더 매핑이 반복되는지 여부를 나타내는 Boolean 값을 가져옵니다.

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

속성 값

Boolean

SOAP 헤더 매핑이 반복되면 true이고, 그렇지 않으면 false입니다.

적용 대상