ContentCaptureNodeProperties.HasParentId 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.
Checks if the parent ID has been explicitly set.
public virtual bool HasParentId { [Android.Runtime.Register("hasParentId", "()Z", "GetHasParentIdHandler", ApiSince=37)] get; }
[<get: Android.Runtime.Register("hasParentId", "()Z", "GetHasParentIdHandler", ApiSince=37)>]
member this.HasParentId : bool
Property Value
true if the parent ID was modified, false otherwise.
- Attributes