Gets or sets the string that will be added to the image.
Syntax
Visual Basic (Declaration) | |
---|
Public Property Message As String |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As AddMessageCommand
Dim value As String
instance.Message = value
value = instance.Message |
C# | |
---|
public string Message {get; set;} |
Property Value
String that will be added to the image. If you want to add a file, set this property to null.
Example
Requirements
Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)
See Also