Visual Basic (Declaration) | |
---|---|
Public Property Comment As String |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As SaveXmlData Dim value As String instance.Comment = value value = instance.Comment |
C# | |
---|---|
public string Comment {get; set;} |
Property Value
The comment that is about to be written.For an example, refer to SaveXmlCallback.
This value can be changed in the SaveXmlCallback delegate
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7