Share via


PermissionChange.IdentityName Property

Namespace:  Microsoft.TeamFoundation.VersionControl.Client
Assembly:  Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)

Syntax

'Declaration
Public Property IdentityName As String
'Usage
Dim instance As PermissionChange 
Dim value As String 

value = instance.IdentityName

instance.IdentityName = value
public string IdentityName { get; set; }
public:
property String^ IdentityName {
    String^ get ();
    void set (String^ value);
}
public function get IdentityName () : String 
public function set IdentityName (value : String)

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

PermissionChange Class

PermissionChange Members

Microsoft.TeamFoundation.VersionControl.Client Namespace