RegistrationEntry.RegistrationExtendedAttributes Property
Namespace: Microsoft.TeamFoundation.Server
Assembly: Microsoft.TeamFoundation (in Microsoft.TeamFoundation.dll)
Syntax
'宣告
Public Property RegistrationExtendedAttributes As RegistrationExtendedAttribute()
Get
Set
public RegistrationExtendedAttribute[] RegistrationExtendedAttributes { get; set; }
public:
property array<RegistrationExtendedAttribute^>^ RegistrationExtendedAttributes {
array<RegistrationExtendedAttribute^>^ get ();
void set (array<RegistrationExtendedAttribute^>^ value);
}
member RegistrationExtendedAttributes : RegistrationExtendedAttribute[] with get, set
function get RegistrationExtendedAttributes () : RegistrationExtendedAttribute[]
function set RegistrationExtendedAttributes (value : RegistrationExtendedAttribute[])
Property Value
Type: array<Microsoft.TeamFoundation.Server.RegistrationExtendedAttribute[]
.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.