Version

RecordEncapOpen Property (RecordProxyBase)

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