PidfDocument.Note 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 note published by the target.
public:
property System::String ^ Note { System::String ^ get(); };
public string Note { get; }
member this.Note : string
Public ReadOnly Property Note As String