IXmsRequest.setCustomProperty Method
Set custom property
[Visual Basic]
Sub setCustomProperty( _
ByVal
sName
As
String
, _
ByVal
sValue
As
String
_
)
[C#]
void
setCustomProperty(
string
sName,
string
sValue
);
Return Value
Remarks
See Also
IXmsRequest Interface
|
faxcore.sdk.api Namespace