SDPICEAttributeFactoryCreateIceOptions Method |
a=ice-options:ice-option-tag 0*(ice-option-tag)
Namespace:
Ozeki.Media
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
Syntaxpublic static IceOptionsAttribute CreateIceOptions(
string val
)
Public Shared Function CreateIceOptions (
val As String
) As IceOptionsAttribute
public:
static IceOptionsAttribute^ CreateIceOptions(
String^ val
)
static member CreateIceOptions :
val : string -> IceOptionsAttribute
Parameters
- val
- Type: SystemString
Return Value
Type:
IceOptionsAttribute
See Also