C# Class MAPIInspector.Parsers.PropertyGroup

The PropertyGroup.
Inheritance: MAPIInspector.Parsers.BaseStructure
Afficher le fichier Open project: OfficeDev/Office-Inspectors-for-Fiddler Class Usage Examples

Méthodes publiques

Свойство Type Description
PropertyTagCount uint
PropertyTags MAPIInspector.Parsers.PropertyTagWithGroupPropertyName[]

Méthodes publiques

Méthode Description
Parse ( FastTransferStream stream ) : void

Parse from a stream.

Method Details

Parse() public méthode

Parse from a stream.
public Parse ( FastTransferStream stream ) : void
stream FastTransferStream A stream contains PropertyGroup.
Résultat void

Property Details

PropertyTagCount public_oe property

public uint PropertyTagCount
Résultat uint

PropertyTags public_oe property

public PropertyTagWithGroupPropertyName[],MAPIInspector.Parsers PropertyTags
Résultat MAPIInspector.Parsers.PropertyTagWithGroupPropertyName[]