TfShelve.Comment Property

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

Syntax

'Declaration
Public Property Comment As InArgument(Of String)
public InArgument<string> Comment { get; set; }
public:
property InArgument<String^>^ Comment {
    InArgument<String^>^ get ();
    void set (InArgument<String^>^ value);
}
member Comment : InArgument<string> with get, set
function get Comment () : InArgument<String>
function set Comment (value : InArgument<String>)

Property Value

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

.NET Framework Security

See Also

Reference

TfShelve Class

Microsoft.TeamFoundation.Build.Workflow.Activities Namespace