Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.0
Syntaxpublic OzTuple<string, int?> SentBy { get; }
Public ReadOnly Property SentBy As OzTuple(Of String, Integer?)
Get
public:
property OzTuple<String^, Nullable<int>>^ SentBy {
OzTuple<String^, Nullable<int>>^ get ();
}
member SentBy : OzTuple<string, Nullable<int>> with get
Property Value
OzTupleString,
NullableInt32
See Also