C# Class Microsoft.Protocols.TestSuites.Common.AttachmentId

Refers to an attachment Id
Afficher le fichier Open project: OfficeDev/Interop-TestSuites

Méthodes publiques

Свойство Type Description
AttachmentIdLength short
Id byte[]

Property Details

AttachmentIdLength public_oe property

The attachment Id bytes length
public short AttachmentIdLength
Résultat short

Id public_oe property

Attachment Id bytes
public byte[] Id
Résultat byte[]