Microsoft.Protocols.TestSuites.MS_OXCMAPIHTTP.AddressBookPropertyValue.Size C# (CSharp) Méthode

Size() public méthode

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