NotificationEvent.OwnerDisplay Property
Returns the owner associated with the checkin event's display name. The owner may be different from the committer when a proxy identity performs the checkin. In this case, the owner is the identity for whom the proxy identity performs the checkin.
Namespace: Microsoft.TeamFoundation.VersionControl.Common
Assembly: Microsoft.TeamFoundation.VersionControl.Common.Integration (in Microsoft.TeamFoundation.VersionControl.Common.Integration.dll)
Syntax
'Declaration
Public Property OwnerDisplay As String
public string OwnerDisplay { get; set; }
public:
property String^ OwnerDisplay {
String^ get ();
void set (String^ value);
}
member OwnerDisplay : string with get, set
function get OwnerDisplay () : String
function set OwnerDisplay (value : String)
Property Value
Type: 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.