| RevisionReplyIds Property |
This is preliminary documentation and is subject to change.
Workflow ID of the replies.
Namespace: WikiClientLibrary.FlowAssembly: WikiClientLibrary.Flow (in WikiClientLibrary.Flow.dll) Version: 0.9.0-int.2+447d1d590e6726b7881f750a0a0e42908f3e417e
Syntax [JsonPropertyNameAttribute("replies")]
public IList<string> ReplyIds { get; init; }
<JsonPropertyNameAttribute("replies")>
Public Property ReplyIds As IList(Of String)
Get
Set
Dim instance As Revision
Dim value As IList(Of String)
value = instance.ReplyIds
instance.ReplyIds = value
public:
[JsonPropertyNameAttribute(L"replies")]
property IList<String^>^ ReplyIds {
IList<String^>^ get ();
void set (IList<String^>^ value);
}
[<JsonPropertyNameAttribute("replies")>]
member ReplyIds : IList<string> with get, set
Property Value
IListStringSee Also