Microsoft.Protocols.TestSuites.MS_OXORULE.ReplyActionDataOfExtendedRule.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;
        }
ReplyActionDataOfExtendedRule