[Visual Basic .NET] Public Sub PutACL ( _ ByVal ResourceID As String, _ ByVal Val As String _ )
[C#] public void PutACL ( string ResourceID, string Val );
[C++]
HRESULT PutACL(
BSTR ResourceID,
BSTR Val
);
[C++]Parameters
ResourceID [in] ResourceID is a parameter of type BSTR Val [in] Val is a parameter of type BSTR
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.