[This is preliminary documentation and is subject to change.]
Assembly: OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0
Syntax
C# |
---|
public bool GetAdminControlName( int featureId, out string name ) |
Visual Basic (Declaration) |
---|
Public Function GetAdminControlName ( _ featureId As Integer, _ <OutAttribute> ByRef name As String _ ) As Boolean |
Visual C++ |
---|
public: bool GetAdminControlName( int featureId, [OutAttribute] String^% name ) |
Parameters
- featureId
- Type: System..::.Int32
- name
- Type: System..::.String%