ReferenceLiteral<T>.Value Property
Applies To: Dynamics CRM 2015
For internal use only.
Namespace: Microsoft.Xrm.Sdk.Workflow.Activities
Assembly: Microsoft.Xrm.Sdk.Workflow (in Microsoft.Xrm.Sdk.Workflow.dll)
Syntax
public T Value { get; set; }
public:
property T Value {
T get();
void set(T value);
}
member Value : 'T with get, set
Public Property Value As T
Property Value
Type: T
Type: String
See Also
ReferenceLiteral<T> Class
Microsoft.Xrm.Sdk.Workflow.Activities Namespace
Return to top
© 2016 Microsoft. All rights reserved. Copyright