Condividi tramite


AllJoynAboutData.SoftwareVersion Proprietà

Definizione

Importante

I tipi nello spazio dei nomi Windows.Devices.AllJoyn sono deprecati e potrebbero non essere disponibili nelle versioni future di Windows. AllJoyn, sponsorizzato da AllSeen Alliance, è stato un protocollo di individuazione e comunicazione open source per scenari IoT (Internet of Things), ad esempio l'accensione e la disattivazione delle luci e la lettura delle temperature. Per alternative, ad esempio IoTivity Lite e IoTivity, fare riferimento al sito Web di iotivity.org .

Numero di versione dell'app. L'uso di questa proprietà si applica alle app Producer.

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

void SoftwareVersion(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 SoftwareVersion();

void SoftwareVersion(winrt::hstring value);
public string SoftwareVersion { get; set; }
public string SoftwareVersion { [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.softwareVersion;
allJoynAboutData.softwareVersion = string;
Public Property SoftwareVersion As String

Valore della proprietà

String

Platform::String

winrt::hstring

Numero di versione.

Attributi

Requisiti Windows

Funzionalità dell'app
allJoyn

Commenti

Per impostazione predefinita, il valore restituito viene estratto dal campo "Version" del manifesto dell'app UWP o dalla proprietà "Product version" dell'exe di un'app desktop.

Si applica a