AzureGetHostedServiceProperties.EmbedDetail Property
Namespace: Microsoft.TeamFoundation.Deployment.Workflow.Activities
Assembly: Microsoft.TeamFoundation.Deployment.Workflow (in Microsoft.TeamFoundation.Deployment.Workflow.dll)
Syntax
'Declaration
<BrowsableAttribute(True)> _
Public Property EmbedDetail As InArgument(Of Boolean)
[BrowsableAttribute(true)]
public InArgument<bool> EmbedDetail { get; set; }
[BrowsableAttribute(true)]
public:
property InArgument<bool>^ EmbedDetail {
InArgument<bool>^ get ();
void set (InArgument<bool>^ value);
}
[<BrowsableAttribute(true)>]
member EmbedDetail : InArgument<bool> with get, set
function get EmbedDetail () : InArgument<boolean>
function set EmbedDetail (value : InArgument<boolean>)
Property Value
Type: System.Activities.InArgument<Boolean>
Returns InArgument<T>.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
AzureGetHostedServiceProperties Class
Microsoft.TeamFoundation.Deployment.Workflow.Activities Namespace