Parent.RelationshipType 속성
Gets or sets the type of relationship the member has with the related member.
네임스페이스: Microsoft.MasterDataServices.Services.DataContracts
어셈블리: Microsoft.MasterDataServices.Services.Contracts(Microsoft.MasterDataServices.Services.Contracts.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<RelationshipType>
The type of relationship the member has with the related member.