EdmPropertyValue Constructor (String)

Initializes a new instance of the EdmPropertyValue class with non-initialized Value property. This constructor allows setting Value property once after EdmPropertyValue has been constructed.

Namespace:  Microsoft.Data.Edm.Library.Values
Assembly:  Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)

Syntax

'Declaration
Public Sub New ( _
    name As String _
)
'Usage
Dim name As String 

Dim instance As New EdmPropertyValue(name)
public EdmPropertyValue(
    string name
)
public:
EdmPropertyValue(
    String^ name
)
new : 
        name:string -> EdmPropertyValue
public function EdmPropertyValue(
    name : String
)

Parameters

  • name
    Type: System.String
    Name of the property for which this provides a value.

See Also

Reference

EdmPropertyValue Class

EdmPropertyValue Overload

Microsoft.Data.Edm.Library.Values Namespace