Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public OzTuple<string, Nullable<int>> SentBy { get; }
Public ReadOnly Property SentBy As OzTuple(Of String, Nullable(Of Integer))
Get
public:
property OzTuple<String^, Nullable<int>>^ SentBy {
OzTuple<String^, Nullable<int>>^ get ();
}
member SentBy : OzTuple<string, Nullable<int>> with get
Property Value
Type:
OzTupleString,
NullableInt32See Also