FmtpAttribute Constructor (String, String) |
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public FmtpAttribute(
string format,
string parameters
)
Public Sub New (
format As String,
parameters As String
)
public:
FmtpAttribute(
String^ format,
String^ parameters
)
new :
format : string *
parameters : string -> FmtpAttribute
Parameters
- format
- Type: SystemString
- parameters
- Type: SystemString
See Also