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

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 Sub New (
    code As String,
    name As String,
    memberType As MemberType
)

Parameters

See Also

MemberIdentifier Overload
MemberIdentifier Class
Microsoft.MasterDataServices.Services.DataContracts Namespace

Return to top