MSDeploy.PublishEndpoint Property

Namespace:  Microsoft.TeamFoundation.Deployment.Workflow.Activities
Assembly:  Microsoft.TeamFoundation.Deployment.Workflow (in Microsoft.TeamFoundation.Deployment.Workflow.dll)

Syntax

'Declaration
<BrowsableAttribute(True)> _
Public Property PublishEndpoint As InArgument(Of String)
[BrowsableAttribute(true)]
public InArgument<string> PublishEndpoint { get; set; }
[BrowsableAttribute(true)]
public:
property InArgument<String^>^ PublishEndpoint {
    InArgument<String^>^ get ();
    void set (InArgument<String^>^ value);
}
[<BrowsableAttribute(true)>]
member PublishEndpoint : InArgument<string> with get, set
function get PublishEndpoint () : InArgument<String>
function set PublishEndpoint (value : InArgument<String>)

Property Value

Type: System.Activities.InArgument<String>
Returns InArgument<T>.

.NET Framework Security

See Also

Reference

MSDeploy Class

Microsoft.TeamFoundation.Deployment.Workflow.Activities Namespace