Compartir a través de


MemberIdentifier Constructor (String, String, MemberType)

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

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

Sintaxis

'Declaración
Public Sub New ( _
    code As String, _
    name As String, _
    memberType As MemberType _
)
'Uso
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
)

Parámetros

Vea también

Referencia

MemberIdentifier Clase

Sobrecarga de MemberIdentifier

Espacio de nombres Microsoft.MasterDataServices.Services.DataContracts