Assembly: Microsoft.EnterpriseManagement.Core (in microsoft.enterprisemanagement.core.dll)
Usage
Visual Basic |
---|
Dim instance As PathElement |
Syntax
Visual Basic |
---|
<SerializableAttribute> _ Public MustInherit Class PathElement |
C# |
---|
[SerializableAttribute] public abstract class PathElement |
C++ |
---|
[SerializableAttribute] public ref class PathElement abstract |
J# |
---|
/** @attribute SerializableAttribute() */ public abstract class PathElement |
JScript |
---|
SerializableAttribute public abstract class PathElement |
Inheritance Hierarchy
System.Object
Microsoft.EnterpriseManagement.Common.PathElement
Microsoft.EnterpriseManagement.Common.PropertyPathElement
Microsoft.EnterpriseManagement.Common.RelationshipPathElement
Microsoft.EnterpriseManagement.Common.SeedPathElement
Microsoft.EnterpriseManagement.Common.PathElement
Microsoft.EnterpriseManagement.Common.PropertyPathElement
Microsoft.EnterpriseManagement.Common.RelationshipPathElement
Microsoft.EnterpriseManagement.Common.SeedPathElement
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.