Share via


MemberIdentifier Constructor (String, String, MemberType)

Initializes a new instance of the MemberIdentifier class with the specified code, name and member type values.

Namespace:  Microsoft.MasterDataServices.Services.DataContracts
Assembly:  Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)

Syntax

'Declaration
Public Sub New ( _
    code As String, _
    name As String, _
    memberType As MemberType _
)
'Usage
Dim code As String 
Dim name As String 
Dim memberType As MemberType 

Dim instance As New MemberIdentifier(code, name, _
    memberType)
public MemberIdentifier(
    string code,
    string name,
    MemberType memberType
)
public:
MemberIdentifier(
    String^ code, 
    String^ name, 
    MemberType memberType
)
new : 
        code:string * 
        name:string * 
        memberType:MemberType -> MemberIdentifier
public function MemberIdentifier(
    code : String, 
    name : String, 
    memberType : MemberType
)

Parameters

See Also

Reference

MemberIdentifier Class

MemberIdentifier Overload

Microsoft.MasterDataServices.Services.DataContracts Namespace