| FmtpAttribute Constructor (String, String) | 
 
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntaxpublic 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 -> FmtpAttributeParameters
- format
 - Type: SystemString
 - parameters
 - Type: SystemString
 
See Also