AzureEntityProperty Type
This type represents a single Azure entity property.
Remarks
This type represents a single Azure entity property.
Fields
Name String |
The name of the entity property. | ||||||||||||||||
Type TEntityTypes |
The type of the entity property. Possible values are:
| ||||||||||||||||
Value String |
The value of the entity property. | ||||||||||||||||
ValueB Byte[] |
The value of the entity property. |
Constructors
[VB.NET] Public AzureEntityProperty() [C#] public AzureEntityProperty();
[VB.NET] Public AzureEntityProperty(ByVal Name As String, ByVal Type As Integer, ByVal Value As String) [C#] public AzureEntityProperty(string name, int type, string value);
[VB.NET] Public AzureEntityProperty(ByVal Name As String, ByVal Type As Integer, ByVal Value As String) [C#] public AzureEntityProperty(string name, int type, byte[] value);