'Declaration
<System.ComponentModel.CategoryAttribute("Layout")> <System.ComponentModel.DescriptionAttribute("The number of vertices to generate.")> <System.ComponentModel.DefaultValueAttribute(10)> Public Property VertexCount As System.Integer
'Usage
Dim instance As NRandomGraphTemplate Dim value As System.Integer instance.VertexCount = value value = instance.VertexCount
[System.ComponentModel.Category("Layout")] [System.ComponentModel.Description("The number of vertices to generate.")] [System.ComponentModel.DefaultValue(10)] public System.int VertexCount {get; set;}