Share via


Contact.SignificantOthers Property

Namespace:  Microsoft.Phone.UserData
Assembly:  Microsoft.Phone (in Microsoft.Phone.dll)

Syntax

'Declaration
Public ReadOnly Property SignificantOthers As IEnumerable(Of String)
public IEnumerable<string> SignificantOthers { get; }
public:
property IEnumerable<String^>^ SignificantOthers {
    IEnumerable<String^>^ get ();
}
member SignificantOthers : IEnumerable<string> with get

Property Value

Type: System.Collections.Generic.IEnumerable<String>

Version Information

.NET for Windows Phone apps

Supported in: Windows Phone 8, Silverlight 8.1

.NET Framework Security

See Also

Reference

Contact Class

Microsoft.Phone.UserData Namespace