This document is archived and information here might be outdated. Recommended version. |
Indicates whether or not the schematic attribute static uses the domain code names.
[Visual Basic .NET]
Public Property UseDomainCodeNames As Boolean
[C#]
public bool UseDomainCodeNames {get; set;}
[C++]
HRESULT get_UseDomainCodeNames(
Boolean* UseDomainCodeNames
);
[C++]
HRESULT put_UseDomainCodeNames(
VARIANT_BOOL UseDomainCodeNames
);
[C++] Parameters UseDomainCodeNames [out, retval]
UseDomainCodeNames is a parameter of type bool* UseDomainCodeNames [in]
UseDomainCodeNames is a parameter of type bool