IEnumInfo.Body Property

Definition

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

Applies to