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.
The security permission of the child node
public:
property Microsoft::MasterDataServices::Services::DataContracts::PermissionType ChildPermission { Microsoft::MasterDataServices::Services::DataContracts::PermissionType get(); void set(Microsoft::MasterDataServices::Services::DataContracts::PermissionType value); };
[System.Runtime.Serialization.DataMember]
public Microsoft.MasterDataServices.Services.DataContracts.PermissionType ChildPermission { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.ChildPermission : Microsoft.MasterDataServices.Services.DataContracts.PermissionType with get, set
Public Property ChildPermission As PermissionType
Property Value
The security permission of the child node.
- Attributes