Share via


_OrderField.ViewXMLSchemaName Property

Returns a String (string in C#) value that represents the XML schema name for the property referenced by the OrderField object. Read-only.

Namespace:  Microsoft.Office.Interop.Outlook
Assembly:  Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)

Syntax

'Declaration
<DispIdAttribute()> _
ReadOnly Property ViewXMLSchemaName As String
    Get
'Usage
Dim instance As _OrderField
Dim value As String

value = instance.ViewXMLSchemaName
[DispIdAttribute()]
string ViewXMLSchemaName { get; }

Property Value

Type: System.String

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.

See Also

Reference

_OrderField Interface

_OrderField Members

Microsoft.Office.Interop.Outlook Namespace