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

Size() public method

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