Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.