Artifact.ArtifactTitle Property
Gets or sets the Artifact title.
Namespace: Microsoft.TeamFoundation
Assembly: Microsoft.TeamFoundation.Common (in Microsoft.TeamFoundation.Common.dll)
Syntax
'Declaration
Public Property ArtifactTitle As String
'Usage
Dim instance As Artifact
Dim value As String
value = instance.ArtifactTitle
instance.ArtifactTitle = value
public string ArtifactTitle { get; set; }
public:
property String^ ArtifactTitle {
String^ get ();
void set (String^ value);
}
public function get ArtifactTitle () : String
public function set ArtifactTitle (value : String)
Property Value
Type: System.String
.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.