Account.CreatedBy Property
Namespace: Microsoft.VisualStudio.Services.Account
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
<DataMemberAttribute> _
Public Property CreatedBy As Guid
[DataMemberAttribute]
public Guid CreatedBy { get; set; }
[DataMemberAttribute]
public:
property Guid CreatedBy {
Guid get ();
void set (Guid value);
}
[<DataMemberAttribute>]
member CreatedBy : Guid with get, set
function get CreatedBy () : Guid
function set CreatedBy (value : Guid)
Property Value
Type: System.Guid
.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.