共用方式為


RelationshipType 屬性

Gets or sets the RelationshipType of the member represented by Parent. The relationship can be a sibling relationship as well as a parent relationship when Parent is used in a create or update operation.

命名空間:  Microsoft.MasterDataServices.Services.DataContracts
組件:  Microsoft.MasterDataServices.Services (在 Microsoft.MasterDataServices.Services.dll 中)

語法

'宣告
<DataMemberAttribute> _
Public Property RelationshipType As Nullable(Of RelationshipType)
    Get
    Set
'用途
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>)

屬性值

型別:System. . :: . .Nullable< (Of < ( <'RelationshipType> ) > ) >
RelationshipType.