Share via


TileText.Text Property

 

The actual text of the tile element.

Namespace:   Microsoft.WindowsAzure.Mobile.Service
Assembly:  Microsoft.WindowsAzure.Mobile.Service (in Microsoft.WindowsAzure.Mobile.Service.dll)

Syntax

[XmlTextAttribute]
public string Text {
    [CompilerGeneratedAttribute]
    get;
    [CompilerGeneratedAttribute]
    set;
}
public:
[XmlTextAttribute]
property String^ Text {
    [CompilerGeneratedAttribute]
    String^ get();
    [CompilerGeneratedAttribute]
    void set(String^ value);
}
[<XmlTextAttribute>]
member Text : string with get, set
<XmlTextAttribute>
Public Property Text As String

Property Value

Type: System.String

See Also

TileText Class
Microsoft.WindowsAzure.Mobile.Service Namespace

Return to top