'Declaration Public Property SideWall As Wall
'Usage Dim instance As XYZPlotArea Dim value As Wall instance.SideWall = value value = instance.SideWall
public Wall SideWall {get; set;}
'Declaration Public Property SideWall As Wall
'Usage Dim instance As XYZPlotArea Dim value As Wall instance.SideWall = value value = instance.SideWall
public Wall SideWall {get; set;}
Exception | Description |
---|---|
System.ArgumentNullException | value is a null reference (Nothing in VB). |