'Declaration
<System.ServiceModel.OperationContractAttribute()> Sub SetLength( _ ByVal value As System.Long _ )
'Usage
Dim instance As IStream Dim value As System.Long instance.SetLength(value)
[System.ServiceModel.OperationContract()] void SetLength( System.long value )
Parameters
- value