SoapMethodResult.IsDocumentMethod Property

Definition

Gets whether or not the method uses document formatting. For more information, see SoapDocumentMethodAttribute.

public bool IsDocumentMethod { get; }
member this.IsDocumentMethod : bool
Public ReadOnly Property IsDocumentMethod As Boolean

Property Value

true if the method uses document formatting; otherwise, false.

Applies to