INDTransmitterProperties.PlatformIdentifier Propiedad
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Obtiene el identificador de plataforma de un certificado de transmisor.
public:
property NDCertificatePlatformID PlatformIdentifier { NDCertificatePlatformID get(); };
NDCertificatePlatformID PlatformIdentifier();
/// [get: Windows.Foundation.Metadata.Deprecated("INDTransmitterProperties is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 196608, "Windows.Foundation.UniversalApiContract")]
NDCertificatePlatformID PlatformIdentifier();
public NDCertificatePlatformID PlatformIdentifier { get; }
public NDCertificatePlatformID PlatformIdentifier { [Windows.Foundation.Metadata.Deprecated("INDTransmitterProperties is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 196608, "Windows.Foundation.UniversalApiContract")] get; }
var nDCertificatePlatformID = iNDTransmitterProperties.platformIdentifier;
Public ReadOnly Property PlatformIdentifier As NDCertificatePlatformID
Valor de propiedad
Identificador de la plataforma.
- Atributos