MVPSI.JAMS Namespace > IInheritAcl Interface : InheritFromParent Method |
'Declaration
<System.ServiceModel.OperationContractAttribute()> <System.ServiceModel.FaultContractAttribute(DetailType=MVPSI.JAMS.JAMSException, Action="", Name="", Namespace="", ProtectionLevel=ProtectionLevel.None, HasProtectionLevel=False)> Function InheritFromParent( _ ByVal currentAcl() As System.Byte, _ ByVal objType As ObjectAccessType, _ ByVal accessTo As AccessObject _ ) As System.Byte()
'Usage
Dim instance As IInheritAcl Dim currentAcl() As System.Byte Dim objType As ObjectAccessType Dim accessTo As AccessObject Dim value() As System.Byte value = instance.InheritFromParent(currentAcl, objType, accessTo)
[System.ServiceModel.OperationContract()] [System.ServiceModel.FaultContract(DetailType=MVPSI.JAMS.JAMSException, Action="", Name="", Namespace="", ProtectionLevel=ProtectionLevel.None, HasProtectionLevel=false)] System.byte[] InheritFromParent( System.byte[] currentAcl, ObjectAccessType objType, AccessObject accessTo )
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2