ACE.AdsDDSetArticleProperty Method (IntPtr, String, String, Word, Char, Word) | |
Namespace:
XSharp.ADS
Assembly:
XSharp.Rdd (in XSharp.Rdd.dll) Version: 2.21
Syntax STATIC METHOD AdsDDSetArticleProperty(
hDictionary AS IntPtr,
strPublicationName AS STRING,
strObjectName AS STRING,
usPropertyID AS WORD,
strProperty AS CHAR[],
usPropertyLen AS WORD
) AS DWORD
public static uint AdsDDSetArticleProperty(
IntPtr hDictionary,
string strPublicationName,
string strObjectName,
ushort usPropertyID,
char[] strProperty,
ushort usPropertyLen
)
Request Example
View SourceParameters
- hDictionary
- Type: IntPtr
- strPublicationName
- Type: String
- strObjectName
- Type: String
- usPropertyID
- Type: Word
- strProperty
- Type: Char
- usPropertyLen
- Type: Word
Return Value
Type:
DWordSee Also