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