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