Microsoft.Protocols.TestSuites.MS_OXCTABL.MS_OXCTABLAdapter.CreateInvalidContentsTablePropertyTags C# (CSharp) Method

CreateInvalidContentsTablePropertyTags() private method

Create invalid contentsTable PropertyTags
private CreateInvalidContentsTablePropertyTags ( ) : Microsoft.Protocols.TestSuites.Common.PropertyTag[]
return Microsoft.Protocols.TestSuites.Common.PropertyTag[]
        private PropertyTag[] CreateInvalidContentsTablePropertyTags()
        {
            PropertyTag[] propertyTags = new PropertyTag[1];
            PropertyTag tag;

            // The propertyTag is Invalid, specified in [MS-OXCTABL] section 3.2.5.2
            tag.PropertyId = 0x8007;
            tag.PropertyType = 0x0057;
            propertyTags[0] = tag;

            return propertyTags;
        }