EntityInstanceId Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Contains the information needed to identify a deployment entity record: deployment entity type and ID.
public ref class EntityInstanceId : System::Runtime::Serialization::IExtensibleDataObject
[System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")]
[System.Diagnostics.DebuggerStepThrough]
[System.Runtime.Serialization.DataContract(Name="EntityInstanceId", Namespace="http://schemas.microsoft.com/xrm/2011/Contracts/Deployment")]
public class EntityInstanceId : System.Runtime.Serialization.IExtensibleDataObject
[<System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")>]
[<System.Diagnostics.DebuggerStepThrough>]
[<System.Runtime.Serialization.DataContract(Name="EntityInstanceId", Namespace="http://schemas.microsoft.com/xrm/2011/Contracts/Deployment")>]
type EntityInstanceId = class
interface IExtensibleDataObject
Public Class EntityInstanceId
Implements IExtensibleDataObject
- Inheritance
-
EntityInstanceId
- Attributes
- Implements
Constructors
EntityInstanceId() |
Initializes a new instance of the EntityInstanceId class. |
Properties
ExtensionData |
Gets or sets the structure that contains extra data. |
Id |
Gets or sets the ID of the record. |
Name |
Gets or sets the name of the deployment entity. |