| SDPAttribute Constructor (SDPAttributeType, String, String) | 
 
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntaxpublic SDPAttribute(
	SDPAttributeType type,
	string name,
	string value
)
Public Sub New ( 
	type As SDPAttributeType,
	name As String,
	value As String
)
public:
SDPAttribute(
	SDPAttributeType type, 
	String^ name, 
	String^ value
)
new : 
        type : SDPAttributeType * 
        name : string * 
        value : string -> SDPAttributeParameters
- type
 - Type: Ozeki.MediaSDPAttributeType
 - name
 - Type: SystemString
 - value
 - Type: SystemString
 
See Also