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
- 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.