다음을 통해 공유


AllJoynAboutData.DefaultManufacturer 속성

정의

중요

Windows.Devices.AllJoyn 네임스페이스의 형식은 더 이상 사용되지 않으며 이후 버전의 Windows에서는 사용할 수 없습니다. AllSeen Alliance가 후원하는 AllJoyn은 조명 켜기 및 끄기, 온도 읽기와 같은 IoT(사물 인터넷) 시나리오에 대한 오픈 소스 검색 및 통신 프로토콜이었습니다. IoTivity LiteIoTivity와 같은 대안은 iotivity.org 웹 사이트를 참조하세요.

앱 제조업체의 이름입니다. 이 속성은 DefaultLanguageManufacturers 속성 항목에 대한 바로 가기입니다.

public:
 property Platform::String ^ DefaultManufacturer { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring DefaultManufacturer();

void DefaultManufacturer(winrt::hstring value);
/// [get: Windows.Foundation.Metadata.Deprecated("AllJoynAboutData has been deprecated.  For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 786432, "Windows.Foundation.UniversalApiContract")]
/// [set: Windows.Foundation.Metadata.Deprecated("AllJoynAboutData has been deprecated.  For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 786432, "Windows.Foundation.UniversalApiContract")]
winrt::hstring DefaultManufacturer();

void DefaultManufacturer(winrt::hstring value);
public string DefaultManufacturer { get; set; }
public string DefaultManufacturer { [Windows.Foundation.Metadata.Deprecated("AllJoynAboutData has been deprecated.  For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 786432, "Windows.Foundation.UniversalApiContract")] get; [Windows.Foundation.Metadata.Deprecated("AllJoynAboutData has been deprecated.  For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 786432, "Windows.Foundation.UniversalApiContract")] set; }
var string = allJoynAboutData.defaultManufacturer;
allJoynAboutData.defaultManufacturer = string;
Public Property DefaultManufacturer As String

속성 값

String

Platform::String

winrt::hstring

제조업체 이름입니다.

특성

Windows 요구 사항

앱 기능
allJoyn

설명

기본적으로 반환되는 값은 UWP 앱의 앱 매니페스트에 있는 "게시자 표시 이름" 필드, 데스크톱 앱용 EXE의 "CompanyName" 속성 또는 제조업체에서 정의한 디바이스에서 가져옵니다.

적용 대상