SchemaURI Property
See Also 
SourceCode.Workflow.Authoring Namespace > XmlField Class : SchemaURI Property



Glossary Item Box

Gets or sets the XML schema that is specified for the XmlField. The schema can contain an XML file or an empty XSD schema definition that is used by the process or activity for which it is defined.

Syntax

Visual Basic (Declaration) 
Public Property SchemaURI As String
Visual Basic (Usage)Copy Code
Dim instance As XmlField
Dim value As String
 
instance.SchemaURI = value
 
value = instance.SchemaURI
C# 
public string SchemaURI {get; set;}
C++/CLI 
public:
property String^ SchemaURI {
   String^ get();
   void set (    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