Pastaba.
Prieigai prie šio puslapio reikalingas įgaliojimas. Galite bandyti prisijungti arba pakeisti katalogus.
Prieigai prie šio puslapio reikalingas įgaliojimas. Galite bandyti pakeisti katalogus.
Gets or sets the type of the member.
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Syntax
'Declaration
<DataMemberAttribute> _
Public Property Type As MemberType
Get
Set
'Usage
Dim instance As EntityMemberType
Dim value As MemberType
value = instance.Type
instance.Type = value
[DataMemberAttribute]
public MemberType Type { get; set; }
[DataMemberAttribute]
public:
property MemberType Type {
MemberType get ();
void set (MemberType value);
}
[<DataMemberAttribute>]
member Type : MemberType with get, set
function get Type () : MemberType
function set Type (value : MemberType)
Property Value
Type: Microsoft.MasterDataServices.MemberType
A new instance of type MemberType.