Microsoft.Protocols.TestSuites.MS_OXORULE.RecipientBlock.Size C# (CSharp) Method

Size() public method

The total Size of this ActionData buffer
public Size ( ) : int
return int
        public int Size()
        {
            return this.Serialize().Length;
        }