OriginalNameAttribute(String) Constructor
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.
Initializes a new instance of the OriginalNameAttribute class.
public OriginalNameAttribute (string originalName);
new Microsoft.OData.Client.OriginalNameAttribute : string -> Microsoft.OData.Client.OriginalNameAttribute
Public Sub New (originalName As String)
Parameters
- originalName
- String
The string that contains original name of the variable.