IEnumInfo.Body 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 the body of the enumerator as a string.
public:
property System::String ^ Body { System::String ^ get(); };
public:
property Platform::String ^ Body { Platform::String ^ get(); };
[System.Runtime.InteropServices.DispId(1610743809)]
public string Body { [System.Runtime.InteropServices.DispId(1610743809)] get; }
[<System.Runtime.InteropServices.DispId(1610743809)>]
[<get: System.Runtime.InteropServices.DispId(1610743809)>]
member this.Body : string
Public ReadOnly Property Body As String
Property Value
The body of the enumerator as a string.
- Attributes