FormDataSource.__company_IntImpl__ Method
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.
Overloads
__company_IntImpl__() | |
__company_IntImpl__(String) |
__company_IntImpl__()
public:
virtual System::String ^ __company_IntImpl__();
public virtual string __company_IntImpl__ ();
abstract member __company_IntImpl__ : unit -> string
override this.__company_IntImpl__ : unit -> string
Public Overridable Function __company_IntImpl__ () As String
Returns
Applies to
__company_IntImpl__(String)
public:
virtual System::String ^ __company_IntImpl__(System::String ^ _value);
public virtual string __company_IntImpl__ (string _value);
abstract member __company_IntImpl__ : string -> string
override this.__company_IntImpl__ : string -> string
Public Overridable Function __company_IntImpl__ (_value As String) As String
Parameters
- _value
- String