IWSManResourceLocator.MustUnderstandOptions 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.
MustUnderstandOptions
property of IWSManResourceLocator
interface.
Sets the MustUnderstandOptions value
public int MustUnderstandOptions { [System.Runtime.InteropServices.DispId(7)] get; [System.Runtime.InteropServices.DispId(7)] set; }
[<get: System.Runtime.InteropServices.DispId(7)>]
[<set: System.Runtime.InteropServices.DispId(7)>]
member this.MustUnderstandOptions : int with get, set
Public Property MustUnderstandOptions As Integer
Property Value
- Attributes
Remarks
An original IDL definition of MustUnderstandOptions
property was the following: long MustUnderstandOptions
;