Taal

IPolicyNode.Parent Property

Definition

Returns the parent policy node.

public Java.Security.Cert.IPolicyNode? Parent { [Android.Runtime.Register("getParent", "()Ljava/security/cert/PolicyNode;", "GetGetParentHandler:Java.Security.Cert.IPolicyNodeInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")] get; }
[<get: Android.Runtime.Register("getParent", "()Ljava/security/cert/PolicyNode;", "GetGetParentHandler:Java.Security.Cert.IPolicyNodeInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")>]
member this.Parent : Java.Security.Cert.IPolicyNode

Property Value

the parent of this node, or null if this is the root node

Attributes

Remarks

Returns the parent of this node, or null if this is the root node.

Java reference for java.security.cert.PolicyNode.getParent.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to