CommentHelpInfo.Notes 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.
The help content of the .NOTES section, if specified, otherwise null.
public:
property System::String ^ Notes { System::String ^ get(); };
public:
property Platform::String ^ Notes { Platform::String ^ get(); };
public string Notes { get; }
member this.Notes : string
Public ReadOnly Property Notes As String