ContactBinding.AppBindingAttributes property

Gets or sets a string that indicates properties of a contact binding.

Syntax

public string AppBindingAttributes { get; set; }
Public Property AppBindingAttributes As String
public:
property String^ AppBindingAttributes { 
   String^ get();
   void set (String^ value);
}

Property value

Type: System.String [.NET] | Platform::String [C++]

A string that indicates properties of a 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