CARVIEW |
Select Language
HTTP/2 301
date: Sat, 11 Oct 2025 15:29:24 GMT
content-length: 0
location: https://learn.microsoft.com/en-us/previous-versions/dynamics/ax-2012/system-classes/gg921513(v=ax.60)?redirectedfrom=MSDN
cache-control: public,max-age=600
strict-transport-security: max-age=2592000
request-context: appId=cid-v1:a7c67087-5e2a-4790-bab5-5262204d7a98
x-content-type-options: nosniff
x-redirectdb-info: Content level redirect, Id: gg921513, Locale: en-us, Pfv: ax.60
x-azure-ref: 20251011T152923Z-16df8d66498kn9wbhC1BOMa87s0000000bb0000000000s88
x-fd-int-roxy-purgeid: 0
x-cache: TCP_MISS
nel: {"report_to":"network-errors","max_age":604800,"success_fraction":0.01,"failure_fraction":1.0}
report-to: {"group":"network-errors","max_age":604800,"endpoints":[{"url":"https://mdec.nelreports.net/api/report?cat=mtps-redirect"}]}
HTTP/2 200
content-type: text/html
etag: "04QaO6uFTVpMShpJjQ1jcpiI/X0="
last-modified: Fri, 01 Nov 2024 04:40:24 GMT
content-security-policy: default-src *;script-src 'self' 'unsafe-inline' 'unsafe-eval' *.microsoft.com js.monitor.azure.com dc.services.visualstudio.com try-ppe.dot.net aznb-ame-prod.azureedge.net client-api.arkoselabs.com markdowneditor-public-e0gpfpcwcbbze3ag.b01.azurefd.net markdowneditor-external-Public-fmgmfefddycxdmfj.b01.azurefd.net h64.online-metrix.net;style-src 'self' 'unsafe-inline' *.microsoft.com aznb-ame-prod.azureedge.net try-ppe.dot.net markdowneditor-public-e0gpfpcwcbbze3ag.b01.azurefd.net markdowneditor-external-Public-fmgmfefddycxdmfj.b01.azurefd.net;img-src * data: blob:;frame-ancestors docs.microsoft.com *.docs.microsoft.com learn.microsoft.com *.learn.microsoft.com labclient.labondemand.com portal.azure.com *.portal.azure.com portal.azure.us portal.azure.cn ai.azure.com *.ai.azure.com learn-video.azurefd.net docs.azure.cn *.onecloud.azure-test.net *.sharepoint.com localhost:3000;worker-src 'self' blob: *.microsoft.com aznb-ame-prod.azureedge.net;form-action 'self' *.microsoft.com *.azure.cn *.pearsonvue.com;media-src 'self' blob: *.microsoft.com *.azure.cn videoencodingpublic-hgeaeyeba8gycee3.b01.azurefd.net videoencodingpubdevwus.blob.core.windows.net videoencodingpublicwus.blob.core.windows.net;base-uri 'self';font-src 'self' https: data:;object-src 'none';script-src-attr 'none';upgrade-insecure-requests
cross-origin-opener-policy: unsafe-none
cross-origin-resource-policy: cross-origin
origin-agent-cluster: ?1
referrer-policy: strict-origin-when-cross-origin
x-content-type-options: nosniff
x-dns-prefetch-control: off
x-download-options: noopen
x-frame-options: SAMEORIGIN
x-permitted-cross-domain-policies: none
x-xss-protection: 0
x-buildversion: 0.4.03202.7156-c5050e6c
x-azure-ref: 20251011T094319Z-r1d5cb7b85dp4lfjhC1MAA8wug00000007500000000036ua
nel: {"report_to":"network-errors","max_age":604800,"success_fraction":0.01,"failure_fraction":1.0}
report-to: {"group":"network-errors","max_age":604800,"endpoints":[{"url":"https://mdec.nelreports.net/api/report?cat=mdocs"}]}
content-length: 46275
cache-control: public, max-age=600
expires: Sat, 11 Oct 2025 15:39:24 GMT
date: Sat, 11 Oct 2025 15:29:24 GMT
akamai-cache-status: Miss from child, RefreshHit from parent
strict-transport-security: max-age=31536000; includeSubDomains; preload
Label Class | Microsoft Learn
Skip to main content
Skip to Ask Learn chat experience
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Label Class
-
2014-04-11
The Label class manages label IDs and label files.
Syntax
class Label extends Object
Run On
Called
Methods
Method | Description | |
---|---|---|
![]() |
bulkEditor | Creates an instance of the LabelBulkEditor class. |
![]() |
cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
![]() |
createLabelFile | Creates a label file for a specified label ID. |
![]() |
delete | Deletes a specified label. |
![]() |
equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
![]() |
exists | Indicates whether a specified label ID exists. |
![]() |
extractComment | Returns a comment associated with a specified label ID. |
![]() |
extractString | Returns the text associated with a specified label ID. |
![]() |
finalize | Closes the current label file. |
![]() |
getFirstLabelFile | Returns the first label file ID record. |
![]() |
getLabelFileCreatedDate | Returns the date that a specified label file was created. |
![]() |
getLabelFileCreatedTime | Returns the time that a specified label file was created. |
![]() |
getLabelFileModificationDate | Returns the date a specified label file was modified. |
![]() |
getLabelFileModificationTime | Returns the time that a specified label file was modified. |
![]() |
getNextLabelFile | Returns the next label file ID record. |
![]() |
getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
![]() |
handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
![]() |
insert | Creates a label ID for a specified text string. |
![]() |
labelId | Returns the number included in a specified label ID. |
![]() |
maxLabelId | Returns the ID for the last label in the specified label file. |
![]() |
modify | Modifies the text and comment associated with a specified label. |
![]() |
moduleId | Returns the label file ID for a specified label ID. |
![]() |
moreLabelFiles | Indicates whether there are additional label files. |
![]() |
name | Returns a label ID based on a specified label file ID and label ID number. |
![]() |
new | Creates a new instance of the Label class. (Overrides the new Method.) |
![]() |
notify | Releases the hold on an object that has called the wait method on this object. (Inherited from Object.) |
![]() |
notifyAll | Releases a lock on the object that was issued by the wait method on this object. (Inherited from Object.) |
![]() |
objectOnServer | Determines whether the object is on a server. (Inherited from Object.) |
![]() |
owner | Returns the instance that owns the object. (Inherited from Object.) |
![]() |
searchFirst | Returns the first label ID found for a specified search term. |
![]() |
searchNext | Returns the next label ID found for a search term passed to the method. |
![]() |
setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) |
![]() |
toString | Returns a string that represents the current object. (Inherited from Object.) |
![]() |
usageCount | Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.) |
![]() |
wait | Pauses a process. (Inherited from Object.) |
![]() |
xml | Returns an XML string that represents the current object. (Inherited from Object.) |
![]() ![]() |
::flush | Flushes the label file buffers to disk. |
Top
Remarks
The SysLabel class extends Label.
Inheritance Hierarchy
Object Class
Label Class
SysLabel Class