ResolveNamesType.UnresolvedEntry Property

Definition

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.

Applies to