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