_ViewField.ViewXMLSchemaName Property
Returns a String (string in C#) value that represents the XML schema name for the property referenced by the ViewField 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 _ViewField
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 ViewField object was defined.