SoapMethodResult.IsDocumentMethod Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
.