Condividi tramite


Proprietà MemberType

Gets or sets a MemberType within the entity of the business rules to be published.

Spazio dei nomi  Microsoft.MasterDataServices.Services.DataContracts
Assembly:  Microsoft.MasterDataServices.Services (in Microsoft.MasterDataServices.Services.dll)

Sintassi

'Dichiarazione
<DataMemberAttribute> _
Public Property MemberType As BREntityMemberType
    Get
    Set
'Utilizzo
Dim instance As BRPublishCriteria
Dim value As BREntityMemberType

value = instance.MemberType

instance.MemberType = value
[DataMemberAttribute]
public BREntityMemberType MemberType { get; set; }
[DataMemberAttribute]
public:
property BREntityMemberType MemberType {
    BREntityMemberType get ();
    void set (BREntityMemberType value);
}
[<DataMemberAttribute>]
member MemberType : BREntityMemberType with get, set
function get MemberType () : BREntityMemberType
function set MemberType (value : BREntityMemberType)