DependsOnPropertyAttribute.PropertyNames Property
Namespace: Microsoft.TeamFoundation.MVVM
Assembly: Microsoft.TeamFoundation.Controls (in Microsoft.TeamFoundation.Controls.dll)
Syntax
'Declaration
Public ReadOnly Property PropertyNames As String()
public string[] PropertyNames { get; }
public:
property array<String^>^ PropertyNames {
array<String^>^ get ();
}
member PropertyNames : string[] with get
function get PropertyNames () : String[]
Property Value
Type: array<System.String[]
Returns 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.