This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Feedback will be sent to Microsoft: By pressing the submit button, your feedback will be used to improve Microsoft products and services. Privacy policy.
Thank you.
This section specifies the ABNF rules for Boolean values. These values can be specified in strings in WSRM Protocol method parameters and XML data elements.
boolean-true = "true" boolean-false = "false" boolean = boolean-true / boolean-false