Compartir a través de


Parent.RelationshipType Propiedad

Gets or sets the type of relationship the member has with the related member.

Espacio de nombres:  Microsoft.MasterDataServices.Services.DataContracts
Ensamblado:  Microsoft.MasterDataServices.Services.Contracts (en Microsoft.MasterDataServices.Services.Contracts.dll)

Sintaxis

'Declaración
<DataMemberAttribute> _
Public Property RelationshipType As Nullable(Of RelationshipType)
    Get 
    Set
'Uso
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>)

Valor de la propiedad

Tipo: System.Nullable<RelationshipType>
The type of relationship the member has with the related member.

Vea también

Referencia

Parent Clase

Espacio de nombres Microsoft.MasterDataServices.Services.DataContracts