Contents Property (ISimpleNote) Send Feedback
See Also  Example
Gets or sets the text of the SimpleNote.

Syntax

Visual Basic 
Property Contents As System.String
C# 
System.string Contents {get; set;}
JavaScript 
get_Contents () : String
put_Contents (
   NewVal : String
)
COM native C++ 
HRESULT get_Contents(
   BSTR* Val
) 
HRESULT put_Contents( 
   BSTR NewVal
C++ 
DSRESULT get_Contents (
   dsString* Val
)
DSRESULT put_Contents(
   const dsString& NewVal
)

Property Value

Text of the SimpleNote

Example

See Also

Availability

DraftSight V1R1.1