TeamFoundationIdentityReference.UniqueName Property
Namespace: Microsoft.TeamFoundation.Common
Assembly: Microsoft.TeamFoundation.Common (in Microsoft.TeamFoundation.Common.dll)
Syntax
'Declaration
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property UniqueName As String
[DataMemberAttribute(EmitDefaultValue = false)]
public string UniqueName { get; set; }
[DataMemberAttribute(EmitDefaultValue = false)]
public:
property String^ UniqueName {
String^ get ();
void set (String^ value);
}
[<DataMemberAttribute(EmitDefaultValue = false)>]
member UniqueName : string with get, set
function get UniqueName () : String
function set UniqueName (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.