InfoPathNamespaceAttribute.UserNamespace Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the namespace prefixes in the InfoPathNamespaceAttribute attribute that is applied to the class that contains form code in a managed-code project.
public:
property System::String ^ UserNamespace { System::String ^ get(); void set(System::String ^ value); };
public string UserNamespace { get; set; }
member this.UserNamespace : string with get, set
Public Property UserNamespace As String
Property Value
Remarks
Important: The settings of the InfoPathNamespace attribute are generated automatically when you create and work with an InfoPath managed-code form template using the InfoPath 2003 object model. You should not alter this attribute. For more information, see How to: Create a Managed Code Form Template Using the InfoPath 2003 Object Model.