BaseObjectSearchRequestAttributeType Property |
Part of a soap model
Namespace: IdmNet.SoapModelsAssembly: IdmNet (in IdmNet.dll) Version: 1.3.0.0 (1.3.0)
Syntaxpublic List<string> AttributeType { get; set; }
Public Property AttributeType As List(Of String)
Get
Set
public:
property List<String^>^ AttributeType {
List<String^>^ get ();
void set (List<String^>^ value);
}
member AttributeType : List<string> with get, set
Property Value
Type:
ListString
See Also