ContactBinding.TileData property

Gets or sets the ConnectTileData object associated with the contact binding.

Syntax

public ConnectTileData TileData { get; set; }
Public Property TileData As ConnectTileData
public:
property ConnectTileData^ TileData { 
   ConnectTileData^ get();
   void set (ConnectTileData^ value);
}

Property value

Type: ConnectTileData

The ConnectTileData object associated with the contact binding.

Requirements

Minimum supported client

None supported

Minimum supported server

None supported

Minimum supported phone

Windows Phone 8.1 [Windows Phone Silverlight 8.1 apps only]

Namespace

Windows.Phone.PersonalInformation Windows::Phone::PersonalInformation [C++]

Metadata

Windows.WinMD

See also

ContactBinding