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

Length of the SerializationData object

Namespace: Microsoft.WebSolutionsPlatform.Event
Assembly: WspEvent (WspEvent)

Syntax

Visual Basic (Declaration)
Public ReadOnly Property Length As Long
C#
public long Length { get; }
C++
public:
long long Length {
	long long get ();
}