[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Количество частей, на которые при отправке будет разбито данное сообщение

Namespace: Infosyst.SmsHost
Assembly:  SmsHostWs (in SmsHostWs.dll)

Syntax

C#
public byte PartCount{ get; set;}
Visual Basic (Declaration)
Public Property PartCount As Byte
Visual C++
public:
property unsigned char PartCount {
	unsigned char get ();
	void set (unsigned char value);
}

Remarks

See Also