TileBinding.Texts Property
Set of TileText elements
Namespace: Microsoft.WindowsAzure.Mobile.Service
Assembly: Microsoft.WindowsAzure.Mobile.Service (in Microsoft.WindowsAzure.Mobile.Service.dll)
Syntax
[XmlElementAttribute("text")]
public Collection<TileText> Texts {
[CompilerGeneratedAttribute]
get;
[CompilerGeneratedAttribute]
private set;
}
public:
[XmlElementAttribute("text")]
property Collection<TileText^>^ Texts {
[CompilerGeneratedAttribute]
Collection<TileText^>^ get();
[CompilerGeneratedAttribute]
private: void set(Collection<TileText^>^ value);
}
[<XmlElementAttribute("text")>]
member Texts : Collection<TileText> with get, private set
<XmlElementAttribute("text")>
Public Property Texts As Collection(Of TileText)
Get
Private Set
End Property
Property Value
Type: System.Collections.ObjectModel.Collection<TileText>
See Also
TileBinding Class
Microsoft.WindowsAzure.Mobile.Service Namespace
Return to top