Parent.RelationshipType Property
Gets or sets the type of relationship the member has with the related member.
Namespace: Microsoft.MasterDataServices.Services.DataContracts
Assembly: Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)
Syntax
'Declaration
<DataMemberAttribute> _
Public Property RelationshipType As Nullable(Of RelationshipType)
Get
Set
'Usage
Dim instance As Parent
Dim value As Nullable(Of RelationshipType)
value = instance.RelationshipType
instance.RelationshipType = value
[DataMemberAttribute]
public Nullable<RelationshipType> RelationshipType { get; set; }
[DataMemberAttribute]
public:
property Nullable<RelationshipType> RelationshipType {
Nullable<RelationshipType> get ();
void set (Nullable<RelationshipType> value);
}
[<DataMemberAttribute>]
member RelationshipType : Nullable<RelationshipType> with get, set
function get RelationshipType () : Nullable<RelationshipType>
function set RelationshipType (value : Nullable<RelationshipType>)
Property Value
Type: System.Nullable<RelationshipType>
The type of relationship the member has with the related member.
See Also
Reference
Microsoft.MasterDataServices.Services.DataContracts Namespace