Freigeben über


FileContainer.CreatedBy Property

Namespace:  Microsoft.VisualStudio.Services.FileContainer
Assembly:  Microsoft.VisualStudio.Services.WebApi (in Microsoft.VisualStudio.Services.WebApi.dll)

Syntax

'Declaration
<DataMemberAttribute(IsRequired := False, EmitDefaultValue := False)> _
Public Property CreatedBy As Guid
[DataMemberAttribute(IsRequired = false, EmitDefaultValue = false)]
public Guid CreatedBy { get; set; }
[DataMemberAttribute(IsRequired = false, EmitDefaultValue = false)]
public:
property Guid CreatedBy {
    Guid get ();
    void set (Guid value);
}
[<DataMemberAttribute(IsRequired = false, EmitDefaultValue = false)>]
member CreatedBy : Guid with get, set
function get CreatedBy () : Guid 
function set CreatedBy (value : Guid)

Property Value

Type: System.Guid

.NET Framework Security

See Also

Reference

FileContainer Class

Microsoft.VisualStudio.Services.FileContainer Namespace