VCRuntimeStringProperty.Delimited Property
Sets or gets whether the property contains delimited strings.
Namespace: Microsoft.VisualStudio.VCProjectEngine
Assembly: Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
Syntax
'Declaration
Property Delimited As Boolean
bool Delimited { get; set; }
property bool Delimited {
bool get ();
void set (bool value);
}
abstract Delimited : bool with get, set
function get Delimited () : boolean
function set Delimited (value : boolean)
Property Value
Type: System.Boolean
true if the VCRuntimeStringProperty property contains delimited strings.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.