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
'Декларация
Public Property PropertyName As String
Get
Friend Set
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
- 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.