Propriedade Organization.UniqueName
Aplica-se a: CRM 2015 on-prem, CRM Online
Gets or sets the unique name for the organization.
Namespace: Microsoft.Xrm.Sdk.Deployment
Assembly: Microsoft.Xrm.Sdk.Deployment (em Microsoft.Xrm.Sdk.Deployment.dll)
Sintaxe
'Declaração
<DataMemberAttribute> _
Public Property UniqueName As String
[DataMemberAttribute]
public string UniqueName { get; set; }
Valor de Propriedade
Type: Cadeia de caracteres
The unique name for the organization.
Comentários
This property is optional when using the BeginCreateOrganizationRequest class. If not specified a unique name is generated using the friendly name. This property cannot be updated after the organization is created. The maximum length is 30 characters. Spaces and extended characters are not allowed
The following words are a partial list of invalid unique names. Also included in this lists are offensive words, not listed here.
Invalid name |
---|
About |
Activities |
AdvancedFind |
api |
AppWebServices |
aspnet_client |
bi |
bin |
Biz |
Calendar |
Condition |
CRMReports |
CS |
dev |
Help |
Home |
Import |
MA |
MSCRMServices |
Notes |
Products |
rc |
Reports |
ReportServer |
ResourceCenter |
Sdk |
SFA |
signin |
SM |
support |
Tools |
tsweb |
UnitTests |
UserDefined |
Workplace |
Segurança do Thread
Todos os membros estáticos (Shared in Visual Basic) desse tipo são protegidos por thread. Não há nenhum garantia de que os membros de instância sejam protegidos por thread.
Plataformas
Plataformas de desenvolvimento
Windows Vista, Windows Server 2003 e
Plataformas de destino
Windows 98,Windows 2000,Windows 2000 Server,Windows CE,Windows Server 2008,Windows 98 Second Edition,Pocket PC,Smart Phone,Windows Server 2003,Windows XP Professional,Windows Vista,Windows XP
Consulte também
Referência
Classe Organization
Membros de Organization
Namespace Microsoft.Xrm.Sdk.Deployment
Send comments about this topic to Microsoft.
© 2014 Microsoft Corporation. All rights reserved.