ParentChild.ChildPermission 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 child node.
public:
property Microsoft::MasterDataServices::SecurityPermission ChildPermission { Microsoft::MasterDataServices::SecurityPermission get(); void set(Microsoft::MasterDataServices::SecurityPermission value); };
[System.Runtime.Serialization.DataMember]
public Microsoft.MasterDataServices.SecurityPermission ChildPermission { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.ChildPermission : Microsoft.MasterDataServices.SecurityPermission with get, set
Public Property ChildPermission As SecurityPermission
Property Value
A new instance of type SecurityPermission.
- Attributes