EntityProperty Constructor
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Initializes a new instance of the EntityProperty class.
Overload List
Name | Description |
---|---|
EntityProperty (Guid, Boolean) | Initializes a new instance of the EntityProperty class using a property identifier and a Boolean type property value. |
EntityProperty (Guid, DateTime) | Initializes a new instance of the EntityProperty class using a property identifier and a DateTime type property value. |
EntityProperty (Guid, Decimal) | Initializes a new instance of the EntityProperty class using a property identifier and a Decimal type property value. |
EntityProperty (Guid, Double) | Initializes a new instance of the EntityProperty class using a property identifier and a Double type property value. |
EntityProperty (Guid, Guid) | Initializes a new instance of the EntityProperty class using a property identifier and a GUID type property value. |
EntityProperty (Guid, Int32) | Initializes a new instance of the EntityProperty class using a property identifier and an Integer type property value. |
EntityProperty (Guid, Int64) | Initializes a new instance of the EntityProperty class using a property identifier and a long integer type property value. |
EntityProperty (Guid, String) | Initializes a new instance of the EntityProperty class using a property identifier and a String type property value. |
See Also
Reference
EntityProperty Class
EntityProperty Members
Microsoft.EnterpriseManagement.EntityStore Namespace