CreateScopeInfo.CreatorId Property

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

Syntax

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

Property Value

Type: System.Guid

.NET Framework Security

See Also

Reference

CreateScopeInfo Class

Microsoft.VisualStudio.Services.Identity Namespace