_OrderField.ViewXMLSchemaName 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.
Returns a String (string in C#) value that represents the XML schema name for the property referenced by the OrderField object. Read-only.
public:
property System::String ^ ViewXMLSchemaName { System::String ^ get(); };
public string ViewXMLSchemaName { get; }
Public ReadOnly Property ViewXMLSchemaName As String
Property Value
Remarks
The value of this property contains the name of the property as it is included within the XML definition of the view containing the ViewField object. This value may not match the name used to refer to the property when the OrderField object was defined.