_ViewField.ViewXMLSchemaName Property

Definition

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

Applies to