Guest User

Untitled

a guest
Oct 18th, 2017
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. <Parameter(mandatory:=False, _
  2. valueFromPipeLine:=False, _
  3. HelpMessage:="Modem values 0, 1 or 2 only"), _
  4. ValidateNotNullOrEmpty()> _
  5. <[Alias]("Type")> _
  6. Public Property Usb() As String
  7. Get
  8. Return _usb
  9. End Get
  10. Set(ByVal value As String)
  11. _usb = value
  12. End Set
  13. End Property
Add Comment
Please, Sign In to add comment