Member Class
Represents a master data member or row of data.
Inheritance Hierarchy
System.Object
  Microsoft.MasterDataServices.Services.DataContracts.Member
Namespace:  Microsoft.MasterDataServices.Services.DataContracts
Assembly:  Microsoft.MasterDataServices.Services (in Microsoft.MasterDataServices.Services.dll)
Syntax
'Declaration
<DataContractAttribute(Name := "Member", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Class Member
'Usage
Dim instance As Member
[DataContractAttribute(Name = "Member", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class Member
[DataContractAttribute(Name = L"Member", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public ref class Member
[<DataContractAttribute(Name = "Member", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type Member =  class end
public class Member
The Member type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| .gif) | Attributes | Gets or sets a collection of Attribute complex types. | 
| .gif) | AuditInfo | Gets or sets an AuditInfo complex type. | 
| .gif) | Collections | Gets or sets an ArrayOfMasterDataCollection that includes collection type parent members. | 
| .gif) | MemberId | Gets or sets the MemberIdentifier of the member. | 
| .gif) | Parents | Gets or sets an ArrayOfParent that includes parents of the member from explicit hierarchies. | 
| .gif) | SecurityPermission | Gets or sets the SecurityPermission provides the authorization of the user for the member. | 
| .gif) | ValidationStatus | Gets or sets a ValidationStatus complex type. | 
Top
Methods
| Name | Description | |
|---|---|---|
| .gif) | Equals | (Inherited from Object.) | 
| .gif) | Finalize | (Inherited from Object.) | 
| .gif) | GetHashCode | (Inherited from Object.) | 
| .gif) | GetType | (Inherited from Object.) | 
| .gif) | MemberwiseClone | (Inherited from Object.) | 
| .gif) | ToString | (Inherited from Object.) | 
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.