CandidateAttribute Constructor (String) |
Namespace:
Ozeki.Media
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
Syntaxpublic CandidateAttribute(
string val
)
Public Sub New (
val As String
)
public:
CandidateAttribute(
String^ val
)
new :
val : string -> CandidateAttribute
Parameters
- val
- Type: SystemString
See Also