TransactionIDSentBy Property |
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.0
Syntaxpublic OzTuple<string, int?> SentBy { get; protected set; }
Public Property SentBy As OzTuple(Of String, Integer?)
Get
Protected Set
public:
property OzTuple<String^, Nullable<int>>^ SentBy {
OzTuple<String^, Nullable<int>>^ get ();
protected: void set (OzTuple<String^, Nullable<int>>^ value);
}
member SentBy : OzTuple<string, Nullable<int>> with get, set
Property Value
OzTupleString,
NullableInt32
See Also