| BacklinksGeneratorTargetPageId Property |
This is preliminary documentation and is subject to change.
List pages linking to this page ID.
Namespace: WikiClientLibrary.GeneratorsAssembly: WikiClientLibrary (in WikiClientLibrary.dll) Version: 0.9.0-int.2+447d1d590e6726b7881f750a0a0e42908f3e417e
Syntax public long? TargetPageId { get; set; }
Public Property TargetPageId As Long?
Get
Set
Dim instance As BacklinksGenerator
Dim value As Long?
value = instance.TargetPageId
instance.TargetPageId = value
public:
property Nullable<long long> TargetPageId {
Nullable<long long> get ();
void set (Nullable<long long> value);
}
member TargetPageId : Nullable<int64> with get, set
Property Value
NullableInt64See Also