Documentation EDI-Interface LKW Walter AT - Release 1.6.1
Throw_IfPropertyIsNull Method (Seller)



edi.lkwwalter.cioi.EDITrainV162Lib Namespace > Seller Class : Throw_IfPropertyIsNull Method
Syntax
'Declaration
 
Protected Sub Throw_IfPropertyIsNull( _
   ByVal o As Object, _
   ByVal objectName As String _
) 
'Usage
 
Dim instance As Seller
Dim o As Object
Dim objectName As String
 
instance.Throw_IfPropertyIsNull(o, objectName)
protected void Throw_IfPropertyIsNull( 
   object o,
   string objectName
)
protected:
void Throw_IfPropertyIsNull( 
   Object^ o,
   String^ objectName
) 

Parameters

o
objectName
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Seller Class
Seller Members