ParentChild.ParentPermission Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the security permission of the parent node.
public:
property Microsoft::MasterDataServices::SecurityPermission ParentPermission { Microsoft::MasterDataServices::SecurityPermission get(); void set(Microsoft::MasterDataServices::SecurityPermission value); };
[System.Runtime.Serialization.DataMember]
public Microsoft.MasterDataServices.SecurityPermission ParentPermission { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.ParentPermission : Microsoft.MasterDataServices.SecurityPermission with get, set
Public Property ParentPermission As SecurityPermission
Property Value
A new instance of type SecurityPermission.
- Attributes