public: property bool IsNestedFamily { bool get(); };
public bool IsNestedFamily { get; }
member this.IsNestedFamily : bool
Public ReadOnly Property IsNestedFamily As Boolean
Thank you.