ApplicationClass.FileBuildID[String, Object, Object] Property
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.
public:
virtual property System::String ^ FileBuildID[System::String ^, System::Object ^, System::Object ^] { System::String ^ get(System::String ^ Name, System::Object ^ UserID, System::Object ^ DatabasePassWord); };
public virtual string FileBuildID[string Name, object UserID, object DatabasePassWord] { get; }
member this.FileBuildID(string * obj * obj) : string
Public Overridable ReadOnly Property FileBuildID(Name As String, Optional UserID As Object, Optional DatabasePassWord As Object) As String
Parameters
- Name
- String
- UserID
- Object
- DatabasePassWord
- Object