PropertyValue.PropertyName Property

Gets or sets the name of the property.

Namespace:  Microsoft.TeamFoundation.Framework.Client
Assembly:  Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)

Syntax

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

Property Value

Type: System.String
The name of the property.

.NET Framework Security

See Also

Reference

PropertyValue Class

Microsoft.TeamFoundation.Framework.Client Namespace