  | IWikiPagePropertyGroup Interface | 
This is preliminary documentation and is subject to change.
            A marker interface which indicates the implementation type is an immutable group
            of property values associated with 
WikiPage that can be fetched from
            MediaWiki server.
            
 Namespace: WikiClientLibrary.Pages.Queries.PropertiesAssembly: WikiClientLibrary (in WikiClientLibrary.dll) Version: 0.9.0-int.4+fbadc980737ddc9bb67116900ecad57f84a0b241
Syntaxpublic interface IWikiPagePropertyGroup
Public Interface IWikiPagePropertyGroup
Dim instance As IWikiPagePropertyGroup
public interface class IWikiPagePropertyGroup
type IWikiPagePropertyGroup = interface end
Remarks
            It's recommended that you derive your custom property groups from 
WikiPagePropertyGroup
            instead of directly implementing 
IWikiPagePropertyGroup interface.
            
See Also