ReferenceLiteral<T> Constructors
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.
For internal use only.
Overloads
ReferenceLiteral<T>() |
For internal use only. |
ReferenceLiteral<T>(T) |
For internal use only. |
ReferenceLiteral<T>()
For internal use only.
public:
ReferenceLiteral();
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Security", "CA2116", Justification="Workflow foundation classes are not marked as aptca(Without PU3).")]
public ReferenceLiteral ();
Public Sub New ()
- Attributes
Applies to
ReferenceLiteral<T>(T)
For internal use only.
public:
ReferenceLiteral(T value);
public ReferenceLiteral (T value);
new Microsoft.Xrm.Sdk.Workflow.Activities.ReferenceLiteral<'T> : 'T -> Microsoft.Xrm.Sdk.Workflow.Activities.ReferenceLiteral<'T>
Public Sub New (value As T)
Parameters
- value
- T