'DeclarationPublic ReadOnly Default Property Item( _ ByVal index As System.Integer _ ) As NWatermark
'UsageDim instance As NWatermarkCollection Dim index As System.Integer Dim value As NWatermark value = instance.Item(index)
public NWatermark this[ System.int index ]; {get;}
Parameters
- index