Version

PropertyDelimiter Property

By default char(10), the value represents the delimiter for multiple value in a verification property.
Syntax
'Declaration
 
<ProxySetting(TypeIDValue=2001, DefaultValue=\n)>
Protected Property PropertyDelimiter As System.String
[ProxySetting(TypeIDValue=2001, DefaultValue=\n)]
protected System.string PropertyDelimiter {get; set;}
[ProxySetting(TypeIDValue=2001, DefaultValue=\n)]
protected: __property System.string* get_PropertyDelimiter();
protected: __property void set_PropertyDelimiter( 
   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