| TransactionIDSentBy Property  | 
 
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntaxpublic OzTuple<string, Nullable<int>> SentBy { get; protected set; }Public Property SentBy As OzTuple(Of String, Nullable(Of 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
Type: 
OzTupleString, 
NullableInt32
See Also