Specifies a vendor name.


Namespace: FileNet.Api.Admin
Assembly: FileNet.Api (in filenet.api.dll)

Syntax

Visual Basic (Declaration)
Property VendorName As String
C#
string VendorName { get; set; }
C++
property string VendorName abstract  {
    String get();
    void set(String value);
}
J#
/** property */
public string get_VendorName();

/** property */
public void set_VendorName(string value);
JScript
public function get VendorName() : String

public function set VendorName(value : String);

Remarks

See Also