Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the identifier for the object that defines the relationship between an item and its children.
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Syntax
'Declaration
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property NextRelationshipId As Identifier
Get
Set
'Usage
Dim instance As ParentChild
Dim value As Identifier
value = instance.NextRelationshipId
instance.NextRelationshipId = value
[DataMemberAttribute(EmitDefaultValue = false)]
public Identifier NextRelationshipId { get; set; }
[DataMemberAttribute(EmitDefaultValue = false)]
public:
property Identifier^ NextRelationshipId {
Identifier^ get ();
void set (Identifier^ value);
}
[<DataMemberAttribute(EmitDefaultValue = false)>]
member NextRelationshipId : Identifier with get, set
function get NextRelationshipId () : Identifier
function set NextRelationshipId (value : Identifier)
Property Value
Type: Microsoft.MasterDataServices.Identifier
A new instance of type Identifier.
Remarks
NextRelationshipId can represent an entity, an attribute, or a hierarchy and it is specified by NextRelationshipType.