Version

FieldEncapClose Property (RecordProxyBase)

Syntax
'Declaration
 
<ProxySetting(TypeIDValue=10104, 
   Block=True, 
   DefaultValue=])>
Protected Overridable Property FieldEncapClose As System.String
[ProxySetting(TypeIDValue=10104, 
   Block=true, 
   DefaultValue=])]
protected virtual System.string FieldEncapClose {get; set;}
[ProxySetting(TypeIDValue=10104, 
   Block=true, 
   DefaultValue=])]
protected: __property virtual System.string* get_FieldEncapClose();
protected: __property virtual void set_FieldEncapClose( 
   System.string* 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