Initializes a new instance of the
Subject class
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public Subject(
string v
)
Public Sub New (
v As String
)
public:
Subject(
String^ v
)
new :
v : string -> Subject
Parameters
- v
- Type: SystemString
See Also