Microsoft.Protocols.TestSuites.MS_OXCMAPIHTTP.AddressBookPropertyValue.Size C# (CSharp) Method

Size() public method

Return the size of this structure.
public Size ( ) : int
return int
        public virtual int Size()
        {
            return this.varLength == false ? this.value.Length : this.value.Length + 2;
        }
AddressBookPropertyValue