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

Size() public method

Get size of this class
public Size ( ) : int
return int
        public int Size()
        {
            return this.Serialize().Length;
        }