Azure Integrator V2 - Online Help
Azure Integrator V2
Questions / Feedback?

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:

0 (etBinary)An array of bytes up to 64 KB in size
1 (etBoolean)A Boolean value.
2 (etDateTime)A 64-bit value expressed as Coordinated Universal Time (UTC).
3 (etDouble)A 64-bit floating point value.
4 (etGuid)A 128-bit globally unique identifier.
5 (etInt32)A 32-bit integer.
6 (etInt64)A 64-bit integer.
7 (etString)A UTF-16-encoded value. String values may be up to 64 KB in size.

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);



 
 
Copyright (c) 2017 /n software inc. - All rights reserved.
Build 2.0.6240.0