Skip to content

Instantly share code, notes, and snippets.

@jacksonh
Created August 12, 2010 21:19
Show Gist options
  • Save jacksonh/521768 to your computer and use it in GitHub Desktop.
Save jacksonh/521768 to your computer and use it in GitHub Desktop.
diff --git a/src/deployment.h b/src/deployment.h
index c433e32..1effdc4 100644
--- a/src/deployment.h
+++ b/src/deployment.h
@@ -261,7 +261,7 @@ public:
const static int ExternalPartsProperty;
/* @PropertyType=OutOfBrowserSettings,ManagedSetterAccess=Internal,GenerateAccessors,Validator=OnlyDuringInitializationValidator */
const static int OutOfBrowserSettingsProperty;
- /* @PropertyType=AssemblyPartCollection,ManagedSetterAccess=Internal,GenerateAccessors,Validator=OnlyDuringInitializationValidator */
+ /* @PropertyType=AssemblyPartCollection,AutoCreateValue,ManagedSetterAccess=Internal,GenerateAccessors,Validator=OnlyDuringInitializationValidator */
const static int PartsProperty;
/* @PropertyType=string,ManagedSetterAccess=Internal,GenerateAccessors,Validator=OnlyDuringInitializationValidator */
const static int RuntimeVersionProperty;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment