| RevisionParentId Property |
This is preliminary documentation and is subject to change.
[Missing <summary> documentation for "P:WikiClientLibrary.Pages.Revision.ParentId"]
Namespace: WikiClientLibrary.PagesAssembly: WikiClientLibrary (in WikiClientLibrary.dll) Version: 0.9.0-int.2+447d1d590e6726b7881f750a0a0e42908f3e417e
Syntax public long ParentId { get; init; }
Public Property ParentId As Long
Get
Set
Dim instance As Revision
Dim value As Long
value = instance.ParentId
instance.ParentId = value
public:
property long long ParentId {
long long get ();
void set (long long value);
}
member ParentId : int64 with get, set
Property Value
Int64See Also