Contains a list of directly related activities and the related instances from each activity.
Namespace: Microsoft.BizTalk.Bam.WebServices.Management
Assembly: Microsoft.BizTalk.Bam.WebServices.Management (in microsoft.biztalk.bam.webservices.management.dll)

Syntax
<SerializableAttribute> _
<XmlRootAttribute(Namespace:="http://schemas.microsoft.com/BizTalkServer/2004/10/BAM/ManagementWebService", IsNullable:=False)> _
<XmlTypeAttribute(Namespace:="http://schemas.microsoft.com/BizTalkServer/2004/10/BAM/ManagementWebService")> _
<GeneratedCodeAttribute("xsd", "2.0.50727.42")> _
<DebuggerStepThroughAttribute> _
<DesignerCategoryAttribute("code")> _
Public Class RelatedActivities
[SerializableAttribute]
[XmlRootAttribute(Namespace="http://schemas.microsoft.com/BizTalkServer/2004/10/BAM/ManagementWebService", IsNullable=false)]
[XmlTypeAttribute(Namespace="http://schemas.microsoft.com/BizTalkServer/2004/10/BAM/ManagementWebService")]
[GeneratedCodeAttribute("xsd", "2.0.50727.42")]
[DebuggerStepThroughAttribute]
[DesignerCategoryAttribute("code")]
public class RelatedActivities
[SerializableAttribute]
[XmlRootAttribute(Namespace=L"http://schemas.microsoft.com/BizTalkServer/2004/10/BAM/ManagementWebService", IsNullable=false)]
[XmlTypeAttribute(Namespace=L"http://schemas.microsoft.com/BizTalkServer/2004/10/BAM/ManagementWebService")]
[GeneratedCodeAttribute(L"xsd", L"2.0.50727.42")]
[DebuggerStepThroughAttribute]
[DesignerCategoryAttribute(L"code")]
public ref class RelatedActivities
/** @attribute SerializableAttribute() */
/** @attribute XmlRootAttribute(Namespace="http://schemas.microsoft.com/BizTalkServer/2004/10/BAM/ManagementWebService", IsNullable=false) */
/** @attribute XmlTypeAttribute(Namespace="http://schemas.microsoft.com/BizTalkServer/2004/10/BAM/ManagementWebService") */
/** @attribute GeneratedCodeAttribute("xsd", "2.0.50727.42") */
/** @attribute DebuggerStepThroughAttribute() */
/** @attribute DesignerCategoryAttribute("code") */
public class RelatedActivities
SerializableAttribute
XmlRootAttribute(Namespace="http://schemas.microsoft.com/BizTalkServer/2004/10/BAM/ManagementWebService", IsNullable=false)
XmlTypeAttribute(Namespace="http://schemas.microsoft.com/BizTalkServer/2004/10/BAM/ManagementWebService")
GeneratedCodeAttribute("xsd", "2.0.50727.42")
DebuggerStepThroughAttribute
DesignerCategoryAttribute("code")
public class RelatedActivities

Remarks
The list contains related activities and activity instances from both the local BAM Primary Import database and from any referenced BAM Primary Import databases. The list contains only directly related activities, i.e. no transitive closure is done to find all related activity instances and their related activity instances.

Inheritance Hierarchy
System.Object
Microsoft.BizTalk.Bam.WebServices.Management.RelatedActivities

Thread Safety
Any public static (
Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms
Development Platforms
The 32-bit and 64-bit editions of Windows Server 2003 R2 (except the Web Editions); the 32-bit and 64-bit editions of Windows Server 2003 with SP1 or SP2 (except the Web Edition); Windows Small Business Server 2003 with SP1 or SP2; the 32-bit and 64-bit editions of Windows Vista Ultimate, Enterprise and Business editions; the 32-bit and 64-bit editions of Windows XP Professional
Target Platforms
The 32-bit and 64-bit editions of Windows Server 2003 R2 (except the Web Editions); the 32-bit and 64-bit editions of Windows Server 2003 with SP1 or SP2 (except the Web Edition); Windows Small Business Server 2003 with SP1 or SP2

See Also