OutBoxGetOutObject Method |
Namespace:
Unvired.Kernel.UWP.Sync
Assembly:
Unvired.Kernel.UWP (in Unvired.Kernel.UWP.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic OutObject GetOutObject(
string beLid
)
Public Function GetOutObject (
beLid As String
) As OutObject
public:
OutObject^ GetOutObject(
String^ beLid
)
member GetOutObject :
beLid : string -> OutObject
Parameters
- beLid
- Type: SystemString
Return Value
Type:
OutObject
See Also