EdmPropertyValue Constructor (String, IEdmValue)
Initializes a new instance of the EdmPropertyValue class.
Namespace: Microsoft.Data.Edm.Library.Values
Assembly: Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)
Syntax
'Declaration
Public Sub New ( _
name As String, _
value As IEdmValue _
)
'Usage
Dim name As String
Dim value As IEdmValue
Dim instance As New EdmPropertyValue(name, value)
public EdmPropertyValue(
string name,
IEdmValue value
)
public:
EdmPropertyValue(
String^ name,
IEdmValue^ value
)
new :
name:string *
value:IEdmValue -> EdmPropertyValue
public function EdmPropertyValue(
name : String,
value : IEdmValue
)
Parameters
- name
Type: System.String
Name of the property for which this provides a value.
- value
Type: Microsoft.Data.Edm.Values.IEdmValue
Value of the property.