FileSystemEntryParentId Property |
Gets the ID of the item's parent.
Namespace:
Dundas.BI.FileSystem
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax public Guid ParentId { get; }
Public ReadOnly Property ParentId As Guid
Get
public:
virtual property Guid ParentId {
Guid get () sealed;
}
abstract ParentId : Guid with get
override ParentId : Guid with get
Property Value
Type:
GuidRemarks
An entry is typically the child of another entry. This property contains the ID of the parent.
See Also