| WikiPagePropertyListTPageId Property |
This is preliminary documentation and is subject to change.
Gets/sets the page ID from which to get the list-like property value.
Namespace: WikiClientLibrary.Generators.PrimitiveAssembly: WikiClientLibrary (in WikiClientLibrary.dll) Version: 0.9.0-int.2+447d1d590e6726b7881f750a0a0e42908f3e417e
Syntax public long PageId { get; set; }
Public Property PageId As Long
Get
Set
Dim instance As WikiPagePropertyList
Dim value As Long
value = instance.PageId
instance.PageId = value
public:
property long long PageId {
long long get ();
void set (long long value);
}
member PageId : int64 with get, set
Property Value
Int64Remarks If
PageTitle is
null, the value of this property will be used.
Otherwise, the other one will be effective.
See Also