 | 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.3+0a73c45f0c78941900e328c6c6b819597b665e00
Syntaxpublic 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
NullableInt64
See Also