RelationshipType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the type of relationship in an attribute relationship.
[System.Runtime.InteropServices.Guid("C9D41CFF-8E6F-4b56-8ECE-954822852B48")]
public enum RelationshipType
[<System.Runtime.InteropServices.Guid("C9D41CFF-8E6F-4b56-8ECE-954822852B48")>]
type RelationshipType =
Public Enum RelationshipType
- Inheritance
-
RelationshipType
- Attributes
Fields
Name | Value | Description |
---|---|---|
Rigid | 0 | The type is Rigid. |
Flexible | 1 | The type is Flexible. |