SearchName Property

Gets or sets the name of the search.

Namespace:  Microsoft.Dynamics.Commerce.Runtime.DataModel
Assembly:  Microsoft.Dynamics.Commerce.Runtime (in Microsoft.Dynamics.Commerce.Runtime.dll)

Syntax

'Declaration
<DataMemberAttribute> _
Public Property SearchName As String
    Get
    Set
'Usage
Dim instance As CustomerData
Dim value As String

value = instance.SearchName

instance.SearchName = value
[DataMemberAttribute]
public string SearchName { get; set; }
[DataMemberAttribute]
public:
property String^ SearchName {
    String^ get ();
    void set (String^ value);
}

Property Value

Type: System.String
The name of the search.

See Also

Reference

CustomerData Class

Microsoft.Dynamics.Commerce.Runtime.DataModel Namespace