Class Label
Inheritance
System.Object
Label
Namespace: Crowdin.Api.Labels
Assembly: Crowdin.Api.dll
Syntax
public class Label : object
Properties
| Improve this Doc View SourceId
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
IsSystem
Declaration
public bool IsSystem { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Title
Declaration
public string Title { get; set; }
Property Value
Type | Description |
---|---|
System.String |