Share via


ShelvesetEvent.ContentTitle Property

Namespace:  Microsoft.TeamFoundation.VersionControl.Common
Assembly:  Microsoft.TeamFoundation.VersionControl.Common.Integration (in Microsoft.TeamFoundation.VersionControl.Common.Integration.dll)

Syntax

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

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

ShelvesetEvent Class

Microsoft.TeamFoundation.VersionControl.Common Namespace