Share via


KnownContactProperties.CompanyName Property

Definition

Gets the CompanyName property name.

public:
 static property Platform::String ^ CompanyName { Platform::String ^ get(); };
static winrt::hstring CompanyName();
public static string CompanyName { get; }
var string = KnownContactProperties.companyName;
Public Shared ReadOnly Property CompanyName As String

Property Value

String

Platform::String

winrt::hstring

The CompanyName property name.

Windows requirements

App capabilities
ID_CAP_CONTACTS [Windows Phone]

Remarks

The value returned for the CompanyName key in a contact Properties collection is a string.

Applies to