PropertyValue.PropertyName Property

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

Syntax

'宣言
<ClientPropertyAttribute(ClientVisibility.Public, ClientVisibility.Internal)> _
Public Property PropertyName As String
    Get
    Set
[ClientPropertyAttribute(ClientVisibility.Public, ClientVisibility.Internal)]
public string PropertyName { get; set; }
[ClientPropertyAttribute(ClientVisibility::Public, ClientVisibility::Internal)]
public:
property String^ PropertyName {
    String^ get ();
    void set (String^ value);
}
[<ClientPropertyAttribute(ClientVisibility.Public, ClientVisibility.Internal)>]
member PropertyName : string with get, set
function get PropertyName () : String
function set PropertyName (value : String)

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

PropertyValue Class

Microsoft.TeamFoundation.Framework.Server Namespace