GetEntityProperty Class
Applies To: Dynamics CRM 2015
Retrieves the value of an entity attribute and converts the value to the specified type.
Namespace: Microsoft.Xrm.Sdk.Workflow.Activities
Assembly: Microsoft.Xrm.Sdk.Workflow (in Microsoft.Xrm.Sdk.Workflow.dll)
Inheritance Hierarchy
System.Object
System.Activities.Activity
System.Activities.CodeActivity
Microsoft.Xrm.Sdk.Workflow.Activities.GetEntityProperty
Syntax
public sealed class GetEntityProperty : CodeActivity
public ref class GetEntityProperty sealed : CodeActivity
[<Sealed>]
type GetEntityProperty =
class
inherit CodeActivity
end
Public NotInheritable Class GetEntityProperty
Inherits CodeActivity
Constructors
Name | Description | |
---|---|---|
GetEntityProperty() | Initializes a new instance of theGetEntityProperty class. |
Properties
Name | Description | |
---|---|---|
Attribute | Gets or sets the logical name of the attribute. |
|
CacheId | (Inherited from Activity.) |
|
DisplayName | (Inherited from Activity.) |
|
Entity | Gets or sets the entity record from which to get the attribute value. |
|
EntityName | Gets or sets the logical name of the entity. |
|
Id | (Inherited from Activity.) |
|
ImplementationVersion | (Inherited from CodeActivity.) |
|
TargetType | Gets or sets the type of the value to be retrieved. |
|
Value | Gets the value of the specified entity attribute. |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
ToString() | (Inherited from Activity.) |
Thread Safety
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.Xrm.Sdk.Workflow.Activities Namespace
Custom XAML workflows
Return to top
© 2016 Microsoft. All rights reserved. Copyright