ResolveNamesType.UnresolvedEntry Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The UnresolvedEntry property gets or sets a string that specifies an ambiguous name to resolve. This property is required. This is a read/write property.
public:
property System::String ^ UnresolvedEntry { System::String ^ get(); void set(System::String ^ value); };
public string UnresolvedEntry { get; set; }
Public Property UnresolvedEntry As String
Property Value
The UnresolvedEntry property returns a string that represents a single ambiguous name to resolve.