ChatMessageValidationResult.PartCount Property

Definition

Gets the total number of text fragments needed for this message. This value has meaning when the SMS text portion of a message is validated.

public:
 property IReference<unsigned int> ^ PartCount { IReference<unsigned int> ^ get(); };
IReference<uint32_t> PartCount();
public System.Nullable<uint> PartCount { get; }
var iReference = chatMessageValidationResult.partCount;
Public ReadOnly Property PartCount As Nullable(Of UInteger)

Property Value

IReference<UInt32>

Nullable<UInt32>

Windows.Foundation.IReference

IReference<uint32_t>

The number of parts.

Windows requirements

App capabilities
chat chatSystem smsSend

Remarks

The SMS text portion of a message is divided into multiple parts if necessary. The PartCount value is the total count of parts required to contain this message.

Applies to