VssPropertyValidationException.PropertyName Property

Namespace:  Microsoft.VisualStudio.Services.Common
Assembly:  Microsoft.VisualStudio.Services.Common (in Microsoft.VisualStudio.Services.Common.dll)

Syntax

'Declaration
Public Property PropertyName As String
public string PropertyName { get; set; }
public:
property String^ PropertyName {
    String^ get ();
    void set (String^ value);
}
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

VssPropertyValidationException Class

Microsoft.VisualStudio.Services.Common Namespace