'Declaration Public Function GetById( _ ByVal id As System.Integer _ ) As PictureBullet
public PictureBullet GetById( System.int id )
Parameters
- id
- The PictureBullet id.
Return Value
The PictureBullet with the specified id.
'Declaration Public Function GetById( _ ByVal id As System.Integer _ ) As PictureBullet
public PictureBullet GetById( System.int id )