INDRegistrationCompletedEventArgs.TransmitterProperties Property

Definition

Gets transmitter properties from the transmitter's certificate to verify the transmitter.

public:
 property INDTransmitterProperties ^ TransmitterProperties { INDTransmitterProperties ^ get(); };
INDTransmitterProperties TransmitterProperties();
/// [get: Windows.Foundation.Metadata.Deprecated("INDRegistrationCompletedEventArgs is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 196608, "Windows.Foundation.UniversalApiContract")]
INDTransmitterProperties TransmitterProperties();
public INDTransmitterProperties TransmitterProperties { get; }
public INDTransmitterProperties TransmitterProperties { [Windows.Foundation.Metadata.Deprecated("INDRegistrationCompletedEventArgs 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 iNDTransmitterProperties = iNDRegistrationCompletedEventArgs.transmitterProperties;
Public ReadOnly Property TransmitterProperties As INDTransmitterProperties

Property Value

The properties of the transmitter's certificate.

Attributes

Applies to