Microsoft.Protocols.TestSuites.Common.RopSaveChangesAttachmentRequest.Size C# (CSharp) Method

Size() public method

Return the size of RopSaveChangesAttachment request buffer structure
public Size ( ) : int
return int
        public int Size()
        {
            return Marshal.SizeOf(this);
        }
    }
RopSaveChangesAttachmentRequest