Class InstanceDTO
Represents an instance.
Inherited Members
Namespace: Integration.DataContracts
Syntax
[DataContract]
public class InstanceDTO
Properties
Name
The name of the instance.
Declaration
[DataMember(IsRequired = true)]
public string Name { get; set; }
Property Value
Type | Description |
---|---|
string | The name of the instance. |
PropID
The unique identifier of the object.
Declaration
[DataMember(IsRequired = true)]
public int PropID { get; set; }
Property Value
Type | Description |
---|---|
int | The unique identifier of the object. |