ParentFolderReferenceType Complex Type

Applies To: System Center Configuration Manager 2007, System Center Configuration Manager 2007 R2, System Center Configuration Manager 2007 R3, System Center Configuration Manager 2007 SP1, System Center Configuration Manager 2007 SP2

The ParentFolderReferenceType complex type, in Configuration Manager, references an ancestors folder part properties.

<xs:complexType name="ParentFolderReferenceType">
    <xs:complexContent>
        <xs:extension
            base="ParentPartPropertyReferenceType"
        >
            <xs:attribute name="ReferencedPropertyName"
                type="FolderPropertyNames"
                use="required"
             />
        </xs:extension>
    </xs:complexContent>
</xs:complexType>

Attributes

Name Type Description

AuthoringScope

xs:Name

The AuthoringScopeId representing the author of the referenced configuration item.

LogicalName

xs:Name

The unique identity of the referenced configuration item.

Version

xs:unsignedInt

The version of the referenced configuration item.

PartLogicalName

xs:Name

The unique Id of the part within the referenced configuration item.

ReferencedPropertyName

FolderPropertyNames

The name of the property on the referenced part.

See Also

Concepts

Authoring Desired Configuration Management Configuration Baselines and Configuration Items