RPIPartyExAsString Method |
Namespace:
Ozeki.VoIP
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntaxpublic static string AsString(
RPIParty party,
bool insertDefault
)
Public Shared Function AsString (
party As RPIParty,
insertDefault As Boolean
) As String
public:
static String^ AsString(
RPIParty party,
bool insertDefault
)
static member AsString :
party : RPIParty *
insertDefault : bool -> string
Parameters
- party
- Type: Ozeki.VoIPRPIParty
- insertDefault
- Type: SystemBoolean
Return Value
Type:
String
See Also