IWSManResourceLocator.FragmentDialect 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.
FragmentDialect
property of IWSManResourceLocator
interface.
Gets the Fragment dialect
public string FragmentDialect { [System.Runtime.InteropServices.DispId(5)] get; [System.Runtime.InteropServices.DispId(5)] set; }
[<get: System.Runtime.InteropServices.DispId(5)>]
[<set: System.Runtime.InteropServices.DispId(5)>]
member this.FragmentDialect : string with get, set
Public Property FragmentDialect As String
Property Value
- Attributes
Remarks
An original IDL definition of FragmentDialect
property was the following: BSTR FragmentDialect
;