ParentChild.ParentPermission Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the security permission of the user for the parent member.

Namespace:   Microsoft.MasterDataServices.Services.DataContracts
Assembly:  Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)

Syntax

[DataMemberAttribute]
public SecurityPermission ParentPermission { get; set; }
public:
[DataMemberAttribute]
property SecurityPermission ParentPermission {
    SecurityPermission get();
    void set(SecurityPermission value);
}
[<DataMemberAttribute>]
member ParentPermission : SecurityPermission with get, set
<DataMemberAttribute>
Public Property ParentPermission As SecurityPermission

Property Value

Type: Microsoft.MasterDataServices.Services.DataContracts.SecurityPermission

The security permission of the user for the parent member.

See Also

ParentChild Class
Microsoft.MasterDataServices.Services.DataContracts Namespace

Return to top