ArcFM Responder Mobile Developer Guide
Write Method (MMWSPackageContents)






Syntax
'Declaration
 
Sub Write( _
   ByVal Value As System.Object _
) 
'Usage
 
Dim instance As MMWSPackageContents
Dim Value As System.Object
 
instance.Write(Value)
void Write( 
   System.object Value
)
procedure Write( 
    Value: System.TObject
); 
function Write( 
   Value : System.Object
);
void Write( 
   System.Object* Value
) 
void Write( 
   System.Object^ Value
) 

Parameters

Value
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

MMWSPackageContents Interface
MMWSPackageContents Members

Send Feedback