INDTransmitterProperties.PlatformIdentifier Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the platform identifier from a transmitter certificate.
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
Property Value
The platform identifier.
- Attributes