'宣言
Public Property SkipReferenceLoop As System.Boolean
public System.bool SkipReferenceLoop {get; set;}
解説
The object may has reference loop (e.g. a class referencing itself). The default is true which means does not serialize the member if it cause a reference loop.